+
Point of view
All features
expanded class SQLITE_ERROR_CODES
Summary
copyright
2007 Raphael Mack <mail@raphael-mack.de>
license
LGPL v2 or later
date
$Date$
revision
$Revision$
wrapper_version
3.4.2
comments_format
markdown
Direct parents
Insert list: ANY
Known children
Insert list: SQLITE_DATABASE, SQLITE_PREPARED_QUERY, SQLITE_PREPARED_STATEMENT, SQLITE_RESULT_ROW, SQLITE_VALUE
Overview
Features
Result codes
{}
sqlite_ok: INTEGER_32
{}
SQL error or missing database
sqlite_error: INTEGER_32
{}
SQL error or missing database
sqlite_internal: INTEGER_32
{}
An internal logic error in SQLite
sqlite_perm: INTEGER_32
{}
Access permission denied
sqlite_abort: INTEGER_32
{}
Callback routine requested an abort
sqlite_busy: INTEGER_32
{}
The database file is locked
sqlite_locked: INTEGER_32
{}
A table in the database is locked
sqlite_nomem: INTEGER_32
{}
A malloc() failed
sqlite_readonly: INTEGER_32
{}
Attempt to write a readonly database
sqlite_interrupt: INTEGER_32
{}
Operation terminated by sqlite_interrupt()
sqlite_ioerr: INTEGER_32
{}
Some kind of disk I/O error occurred
sqlite_corrupt: INTEGER_32
{}
The database disk image is malformed
sqlite_notfound: INTEGER_32
{}
(Internal Only) Table or record not found
sqlite_full: INTEGER_32
{}
Insertion failed because database is full
sqlite_cantopen: INTEGER_32
{}
Unable to open the database file
sqlite_protocol: INTEGER_32
{}
Database lock protocol error
sqlite_empty: INTEGER_32
{}
(Internal Only) Database table is empty
sqlite_schema: INTEGER_32
{}
The database schema changed
sqlite_toobig: INTEGER_32
{}
Too much data for one row of a table
sqlite_constraint: INTEGER_32
{}
Abort due to constraint violation
sqlite_mismatch: INTEGER_32
{}
Data type mismatch
sqlite_misuse: INTEGER_32
{}
Library used incorrectly
sqlite_nolfs: INTEGER_32
{}
Uses OS features not supported on host
sqlite_auth: INTEGER_32
{}
Authorization denied
sqlite_row: INTEGER_32
{}
sqlite_step() has another row ready
sqlite_done: INTEGER_32
{}
sqlite_step() has finished executing
error_message (code: INTEGER_32): STRING
effective function
{}