Next Prev Up Top Contents Index

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 function sql-recording-p returns t if SQL command or result traffic is being recorded, otherwise returns nil .

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

Next Prev Up Top Contents Index