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 - 21 Dec 2011