Platforms to show: All Mac Windows Linux Cross-Platform
Back to SQLite3MBS class.
SQLite3MBS.kErrorAbort = 4
Function:
One of the error codes.
Notes: Callback routine requested an abort.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Callback routine requested an abort.
SQLite3MBS.kErrorAuth = 23
Function:
One of the error codes.
Notes: Authorization denied
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Authorization denied
SQLite3MBS.kErrorBusy = 5
Function:
One of the error codes.
Notes: The database file is locked.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: The database file is locked.
SQLite3MBS.kErrorCantopen = 14
Function:
One of the error codes.
Notes: Unable to open the database file.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Unable to open the database file.
SQLite3MBS.kErrorConstraint = 19
Function:
One of the error codes.
Notes: Abort due to constraint violation.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Abort due to constraint violation.
SQLite3MBS.kErrorCorrupt = 11
Function:
One of the error codes.
Notes: The database disk image is malformed.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: The database disk image is malformed.
SQLite3MBS.kErrorDone = 101
Function:
One of the error codes.
Notes: sqlite3_step() has finished executing.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: sqlite3_step() has finished executing.
SQLite3MBS.kErrorEmpty = 16
Function:
One of the error codes.
Notes: Database is empty
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Database is empty
SQLite3MBS.kErrorError = 1
Function:
One of the error codes.
Notes: SQL error or missing database.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: SQL error or missing database.
SQLite3MBS.kErrorFormat = 24
Function:
One of the error codes.
Notes: Auxiliary database format error.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Auxiliary database format error.
SQLite3MBS.kErrorFull = 13
Function:
One of the error codes.
Notes: Insertion failed because database is full.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Insertion failed because database is full.
SQLite3MBS.kErrorInternal = 2
Function:
One of the error codes.
Notes: Internal logic error in SQLite
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Internal logic error in SQLite
SQLite3MBS.kErrorInterrupt = 9
Function:
One of the error codes.
Notes: Operation terminated by sqlite3_interrupt().
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Operation terminated by sqlite3_interrupt().
SQLite3MBS.kErrorIoerr = 10
Function:
One of the error codes.
Notes: Some kind of disk I/O error occurred.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Some kind of disk I/O error occurred.
SQLite3MBS.kErrorLocked = 6
Function:
One of the error codes.
Notes: A table in the database is locked.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: A table in the database is locked.
SQLite3MBS.kErrorMismatch = 20
Function:
One of the error codes.
Notes: Data type mismatch.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Data type mismatch.
SQLite3MBS.kErrorMisuse = 21
Function:
One of the error codes.
Notes: Library used incorrectly.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Library used incorrectly.
SQLite3MBS.kErrorNolfs = 22
Function:
One of the error codes.
Notes: Uses OS features not supported on host.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Uses OS features not supported on host.
SQLite3MBS.kErrorNoMem = 7
Function:
One of the error codes.
Notes: Out of memory.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Out of memory.
SQLite3MBS.kErrorNotaDB = 26
Function:
One of the error codes.
Notes: File opened that is not a database file.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: File opened that is not a database file.
SQLite3MBS.kErrorNotFound = 12
Function:
One of the error codes.
Notes: NOT USED. Table or record not found.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: NOT USED. Table or record not found.
SQLite3MBS.kErrorOk = 0
Function:
One of the error codes.
Notes: Successful result
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Successful result
SQLite3MBS.kErrorPerm = 3
Function:
One of the error codes.
Notes: Access permission denied.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Access permission denied.
SQLite3MBS.kErrorProtocol = 15
Function:
One of the error codes.
Notes: NOT USED. Database lock protocol error.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: NOT USED. Database lock protocol error.
SQLite3MBS.kErrorRange = 25
Function:
One of the error codes.
Notes: 2nd parameter to sqlite3_bind out of range.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: 2nd parameter to sqlite3_bind out of range.
SQLite3MBS.kErrorReadonly = 8
Function:
One of the error codes.
Notes: Attempt to write a readonly database.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: Attempt to write a readonly database.
SQLite3MBS.kErrorRow = 100
Function:
One of the error codes.
Notes: sqlite3_step() has another row ready.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: sqlite3_step() has another row ready.
SQLite3MBS.kErrorSchema = 17
Function:
One of the error codes.
Notes: The database schema changed.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: The database schema changed.
SQLite3MBS.kErrorToobig = 18
Function:
One of the error codes.
Notes: String or BLOB exceeds size limit.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.4 |
Notes: String or BLOB exceeds size limit.
The items on this page are in the following plugins: MBS SQL Plugin.
