SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ BindParameter() [1/6]

void sqt::Statement::BindParameter ( int parameter_index,
int value )

Binds the specified int value to the parameter at the specified index.

Parameters
parameter_indexThe index of the parameter at where the value is bound.
valueThe value to bind.
Exceptions
sqt::SQLErrorThrown if fails to bind the value.