Name

PREPARE-SQL —

Function

Syntax

       (PREPARE-SQL SQL-STMT TYPES &KEY (DATABASE *DEFAULT-DATABASE*) (RESULT-TYPES :AUTO) FIELD-NAMES) [function] => 

Arguments and Values

Description

Prepares a SQL statement for execution. TYPES contains a list of types corresponding to the input parameters. Returns a prepared-statement object. A type can be :int :double :null (:string n)

Examples

        
      

Side Effects

Affected by

Exceptional Situations

See Also

Notes