The function delete-sql-stream
deletes the stream stream from the list of streams which receive SQL commands or results traffic.
To remove *standard-output*
from the list, pass stream t
.
The keyword type is :commands
, :results
or :both
. It determines whether a stream for SQL commands traffic, results traffic, or both is deleted.
The default value of type is :commands
. The default value for database is the value of *default-database*.
add-sql-stream
*default-database*
list-sql-streams
sql-recording-p
sql-stream
start-sql-recording
stop-sql-recording
LispWorks User Guide and Reference Manual - 20 Sep 2017