Index of exceptions


S
Sqlite_busy [Sqlite]
Raised when a query is made to a busy database.
Sqlite_done [Sqlite]
Raised when an attempt is made to fetch a row from a query result all of whose rows have been fetched.
Sqlite_error [Sqlite]
Raised when an sqlite operation generates an error.
Sqlite_null_value [Sqlite]
Raised by Sqlite.step_simple when a null value is found in the result row.