Next Prev Up Top Contents Index

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

Next Prev Up Top Contents Index