E | |
Error [Sqlite3] | Error reason is raised when some SQL operation is called on a
nonexistent handle and the functions does not return a return code,
or if there is no error code corresponding to this error.
|
I | |
InternalError [Sqlite3] | InternalError reason is raised when the bindings detect an
unknown/unsupported situation.
|
R | |
RangeError [Sqlite3] | RangeError (index, maximum) is raised if some column or bind
operation refers to a nonexistent column or binding.
|