Returns the broadcast list of streams recording SQL commands or results traffic.
sql
list-sql-streams &key type database => streams
type⇩ |
A keyword. |
database⇩ |
A database. |
streams⇩ |
A list. |
The function list-sql-streams
returns the broadcast list of streams recording SQL commands or results traffic.
Each element of streams is a stream or the symbol t
, denoting *standard-output*.
The keyword type is one of :commands
or :results
, and determines whether to return a list of streams for SQL commands or results traffic.
The default value of type is :commands
. The default value for database is the value of *default-database*.
add-sql-stream
delete-sql-stream
sql-recording-p
sql-stream
start-sql-recording
stop-sql-recording
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56