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