SQLiteException

Exception class thrown on SQLite errors.

class SQLiteException : Exception {}

Constructors

this
this(sqlite3* db, int code)
Undocumented in source.

Members

Variables

code
int code;

Meta