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

◆ BindValue()

template<IdentifierType IDENTIFIER>
void sqt::IdentifierValueTraits< IDENTIFIER >::BindValue ( Statement & statement,
int parameter_index,
const ValueType & value )
static

Binds a value to the statement at the specified parameter index.

Parameters
statementThe statement to which the value is bound.
parameter_indexThe index of the parameter to which the value is bound.
valueThe value to bind.

This method delegates to the BindValue() method of the value traits type associated with the identifier.