| #define SQT_THROW_IF_SQL_ERROR | ( | error_code, | |
| db_handle ) |
A helper macro to throw the sqt::SQLError exception if the specified error code is not SQLITE_OK.
| error_code | The error code returned by SQLite functions. |
| db_handle | The SQLite database handle from which the error message is retrieved. |