
The function sql-recording-p returns t if SQL command or result traffic is being recorded, otherwise returns nil .
The keyword type can be one of :command or :result , and specifies whether to check if command or result traffic is being recorded.
The default value of type is :command . The default value of database is *default-database* .
add-sql-stream
delete-sql-stream
list-sql-streams
sql-stream
start-sql-recording
stop-sql-recording