Next Prev Up Top Contents Index

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 function sql-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 (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index