Next Prev Up Top Contents Index

add-sql-stream

Function
Summary

Adds a new stream to the broadcast stream for SQL command or result traffic.

Package

sql

Signature

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

Arguments

type

A keyword.

stream

The broadcast stream.

database

A database.

Values

new-stream

The new stream.

Description

The add-sql-stream function adds a new stream to the broadcast stream for SQL command or result traffic.

The argument type is one of :command or :result , and determines whether a stream for command or result traffic is added.

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

See also

delete-sql-stream
list-sql-streams
sql-recording-p
sql-stream
start-sql-recording
stop-sql-recording


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index