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

◆ BindParameter() [6/6]

void sqt::Statement::BindParameter ( int parameter_index,
std::nullopt_t null )

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

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