public enum SQLiteErrorCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SQLiteErrorCode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Abort | Callback routine requested an abort. |
Auth | Authorization denied. |
Busy | The database file is locked. |
CantOpen | Unable to open the database file. |
Constraint | Abort due to a constraint violation. |
Corrupt | The database disk image is malformed. |
Done | sqlite3_step() has finished executing. |
Empty | Database is empty. |
Error | SQL error or missing database. |
Format | Auxiliary database format error. |
Full | Insertion failed because database is full. |
Internal | Internal logic error in SQLite. |
Interrupt | Operation terminated by sqlite3_interrupt(). |
IOErr | Some kind of disk I/O error occurred. |
Locked | A table in the database is locked. |
Mismatch | Data type mismatch. |
Misuse | Library used incorrectly. |
NOLFS | Use of OS features not supported by the host. |
NoMem | malloc() failed. |
NotADatabase | The file opened is not a database file. |
NotFound | Table or record not found. |
Ok | Success. |
Perm | Access permission denied. |
Protocol | Database lock protocol error. |
Range | 2nd parameter to sqlite3_bind out of range. |
ReadOnly | Attempt to write a read-only database. |
Row | sqlite3_step() has another row ready. |
Schema | The database schema changed. |
TooBig | Too much data for one row of a table. |
System.Object
System.ValueType
System.Enum
Devart.Data.SQLite.SQLiteErrorCode