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

◆ BindParameter() [3/6]

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

Binds the specified double 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.