| void sqt::Statement::BindParameter | ( | int | parameter_index, |
| std::string_view | string ) |
Binds the specified UTF-8 encoded string to the parameter at the specified index.
| parameter_index | The index of the parameter at where the string is bound. |
| string | The string to bind. The string is copied to the statement. |
| sqt::SQLError | Thrown if fails to bind the string. |