Next Prev Up Top Contents Index

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

Next Prev Up Top Contents Index