| void sqt::Statement::BindParameter | ( | int | parameter_index, |
| std::nullopt_t | null ) |
Binds a null value to the parameter at the specified index.
| parameter_index | The index of the parameter at where the null value is bound. |
| null | The null value to bind. |
| sqt::SQLError | Thrown if fails to bind the null value. |