The function start-sql-recording
starts recording SQL command or result traffic onto a broadcast stream. Initially the broadcast stream for commands or results is just *standard-output*
.
The keyword type is one of :command
or :result
, and determines whether SQL command or result traffic is recorded.
The default value of type is :command
. The default value for database is *default-database
*.
add-sql-stream
delete-sql-stream
list-sql-streams
sql-stream
sql-recording-p
stop-sql-recording