bind-statement ( obj statement -- )


Vocabulary
db

Inputs
objan object
statementa statement


Outputs
None

Word description
Sets the statement's bind-params and calls bind-statement* to do the database-specific bind. Sets bound? to true if binding succeeds.

Definition