NextPrevUpTopContentsIndex

add-sql-stream

Function
Summary

Adds a stream to the broadcast list for SQL commands or results traffic.

Package

sql

Signature

add-sql-stream stream &key type database => added-stream

Arguments

stream

A stream, or t .

type

A keyword.

database

A database.

Values

added-stream

The argument stream .

Description

The add-sql-stream function adds the stream stream to the list of streams which receive SQL commands traffic or results traffic.

To add *standard-output* to the list, pass stream t .

The argument type is one of :commands , :results or :both , and determines whether a stream for commands traffic, results traffic, or both is added.

The argument type has a default value of :commands . The database is the value of *default-database* by default.

See also

*default-database*
delete-sql-stream
list-sql-streams
sql-recording-p
sql-stream
start-sql-recording
stop-sql-recording


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex