SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ Statement()

sqt::Statement::Statement ( sqlite3_stmt * statement_handle,
sqlite3 * database_handle )
noexcept

Constructs an instance with the specified SQLite statement handle and database handle.

Parameters
statement_handleThe SQLite statement handle. The ownership of the handle is transferred to the constructed instance.
database_handleThe SQLite database handle. The ownership of the handle isn't changed.