prepare-statement ( statement -- )
Furnace framework » Database library » Low-level database protocol

Prev:<prepared-statement> ( string in out -- statement )
Next:bind-statement* ( statement -- )


Vocabulary
db

Inputs
statementa statement


Outputs
None

Word description
For databases which implement a method on this generic, it does some internal processing to ready the statement for execution.

Definition


Methods