|
noexcept |
Constructs an instance with the specified SQLite statement handle and database handle.
| statement_handle | The SQLite statement handle. The ownership of the handle is transferred to the constructed instance. |
| database_handle | The SQLite database handle. The ownership of the handle isn't changed. |