Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <SqliteException.h>
Public Member Functions | |
SqliteErrorCode (int sqliteCode) | |
const char * | getErrorString () const |
Wrapper class to work with SQLite error code.
Definition at line 12 of file SqliteException.h.
|
inlineexplicit |
Constructor.
sqliteCode | SQLite error code. |
Definition at line 20 of file SqliteException.h.
|
inline |
Gets SQLite error string appropriate to the error code.
Definition at line 30 of file SqliteException.h.