Next Previous Up Top Contents Index

16 The SQL Package

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

Theadd-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 - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker