Next Previous Up Top Contents Index

16 The SQL Package

list-sql-streams

Function

Summary

Returns the individual streams recording SQL command or result traffic.
Package

sql

Signature

list-sql-streams &key type database => streams

Arguments

type

A keyword.

database

A database.

Values

streams

A list of streams.

Description

The functionlist-sql-streams returns the individual streams recording SQL command or result traffic, since there may be multiple streams wrapped up into a single broadcast stream. The streams are returned as a list.
The keyword type is one of:command or:result, and determines whether to return a list of streams for SQL command or result traffic.
The default value of type is:command. The default value for database is*default-database*.
See also

add-sql-stream
delete-sql-stream
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