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

Prev:prepare-statement ( statement -- )
Next:low-level-bind ( statement -- )


Vocabulary
db

Inputs
statementa statement


Outputs
None

Word description
Does a low-level bind of the SQL statement's tuple parameters if the database requires. Some databases should treat this as a no-op and bind instead when the actual statement is run.

Definition

GENERIC: bind-statement* ( statement -- )


Methods