Next Previous Up Top Contents Index

16 The SQL Package

start-sql-recording

Function

Summary

Starts recording SQL command or result traffic onto a broadcast stream.
Package

sql

Signature

start-sql-recording &key type database =>

Arguments

type

A keyword.

database

A database.

Values

None.
Description

The functionstart-sql-recording starts recording SQL command or result traffic onto a broadcast stream. Initially the broadcast stream for commands or results is just*standard-output*.
The keyword type is one of:command or:result, and determines whether SQL command or result traffic is recorded.
The default value of type is:command. The default value for database is*default-database*.
See also

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

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker