All Manuals > LispWorks User Guide and Reference Manual > 47 The SQL Package

NextPrevUpTopContentsIndex

list-sql-streams

Function
Summary

Returns the broadcast list of streams recording SQL commands or results traffic.

Package

sql

Signature

list-sql-streams &key type database => streams

Arguments

type

A keyword.

database

A database.

Values

streams

A list.

Description

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*.

See also

add-sql-stream
delete-sql-stream
sql-recording-p
sql-stream
start-sql-recording
stop-sql-recording


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex