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 Reference Manual - 23 Jul 2004

NextPrevUpTopContentsIndex