| void sqt::Statement::BindParameter | ( | int | parameter_index, |
| std::span< const std::byte > | bytes ) |
Binds the specified bytes as a BLOB to the parameter at the specified index.
| parameter_index | The index of the parameter at where the bytes is bound. |
| bytes | The span of bytes to bind. The bytes are copied to the statement. |
| sqt::SQLError | Thrown if fails to bind the bytes. |