Next Previous Up Top Contents Index

16 The SQL Package

sql-stream

Function

Summary

Returns the broadcast stream used for recording SQL command or result traffic
Package

sql

Signature

sql-stream &key type database => stream

Arguments

type

One of:command or:result.

database

A database.

Values

stream

A broadcast stream.

Description

The functionsql-stream returns the broadcast stream used for recording SQL command or result traffic.
The keyword type can be one of:command or:result, and specifies whether to return the broadcast stream for command or result traffic.
The default value of type is:command. The default value of database is*default-database*.
See also

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

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker