Name

SQL-RECORDING-P —

Function

Syntax

       (SQL-RECORDING-P &KEY (TYPE :COMMANDS) (DATABASE *DEFAULT-DATABASE*)) [function] => 

Arguments and Values

Description

Predicate to test whether the SQL recording specified by TYPE is currently enabled for DATABASE which defaults to *DEFAULT-DATABASE*. TYPE may be one of :commands, :results, :both or :either, defaulting to :commands, otherwise nil is returned.

Examples

        
      

Side Effects

Affected by

Exceptional Situations

See Also

Notes