The function list-sql-streams
returns the individual streams recording SQL command or result traffic, since there may be multiple streams wrapped up into a single broadcast stream. The streams are returned as a list.
The keyword type is one of :command
or :result
, and determines whether to return a list of streams for SQL command or result traffic.
The default value of type is :command
. The default value for database is *default-database
*.
add-sql-stream
delete-sql-stream
sql-recording-p
sql-stream
start-sql-recording
stop-sql-recording