| void sqt::ThrowSQLError | ( | int | error_code, |
| sqlite3 * | db_handle ) |
A helper function to throw the sqt::SQLError exception.
| error_code | The error code returned by SQLite functions. |
| db_handle | The SQLite database handle from which the error message is retrieved. |