Next Previous Up Top Contents Index

16 The SQL Package

sql-recording-p

Function

Summary

A predicate for determining if SQL command or result traffic is being recorded.
Package

sql

Signature

sql-recording-p &key type database => result-p

Arguments

type

One of:command or:result.

database

A database.

Values

result-p

A boolean.

Description

The functionsql-recording-p returnst if SQL command or result traffic is being recorded, otherwise returnsnil.
The keyword type can be one of:command or:result, and specifies whether to check if command or result traffic is being recorded.
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-stream
start-sql-recording
stop-sql-recording

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker