| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Database.SmplstSQLite3.Exception
Documentation
data SQLiteException
Constructors
| forall e . Exception e => SQLiteException e |
newtype SQLITE_INTERNAL
Constructors
| SQLITE_INTERNAL String |
newtype SQLITE_ABORT_PLAIN
Constructors
| SQLITE_ABORT_PLAIN String |
newtype SQLITE_ABORT_ROLLBACK
Constructors
| SQLITE_ABORT_ROLLBACK String |
newtype SQLITE_BUSY_PLAIN
Constructors
| SQLITE_BUSY_PLAIN String |
newtype SQLITE_BUSY_RECOVERY
Constructors
| SQLITE_BUSY_RECOVERY String |
newtype SQLITE_BUSY_SNAPSHOT
Constructors
| SQLITE_BUSY_SNAPSHOT String |
newtype SQLITE_LOCKED_PLAIN
Constructors
| SQLITE_LOCKED_PLAIN String |
newtype SQLITE_LOCKED_SHAREDCACHE
Constructors
| SQLITE_LOCKED_SHAREDCACHE String |
data SQLITE_READONLY
Constructors
| forall e . Exception e => SQLITE_READONLY e |
newtype SQLITE_READONLY_PLAIN
Constructors
| SQLITE_READONLY_PLAIN String |
newtype SQLITE_READONLY_RECOVERY
Constructors
| SQLITE_READONLY_RECOVERY String |
newtype SQLITE_READONLY_CANTLOCK
Constructors
| SQLITE_READONLY_CANTLOCK String |
newtype SQLITE_READONLY_ROLLBACK
Constructors
| SQLITE_READONLY_ROLLBACK String |
newtype SQLITE_READONLY_DBMOVED
Constructors
| SQLITE_READONLY_DBMOVED String |
newtype SQLITE_INTERRUPT
Constructors
| SQLITE_INTERRUPT String |
newtype SQLITE_IOERR_PLAIN
Constructors
| SQLITE_IOERR_PLAIN String |
newtype SQLITE_IOERR_READ
Constructors
| SQLITE_IOERR_READ String |
newtype SQLITE_IOERR_SHORT_READ
Constructors
| SQLITE_IOERR_SHORT_READ String |
newtype SQLITE_IOERR_WRITE
Constructors
| SQLITE_IOERR_WRITE String |
newtype SQLITE_IOERR_FSYNC
Constructors
| SQLITE_IOERR_FSYNC String |
newtype SQLITE_IOERR_DIR_FSYNC
Constructors
| SQLITE_IOERR_DIR_FSYNC String |
newtype SQLITE_IOERR_TRUNCATE
Constructors
| SQLITE_IOERR_TRUNCATE String |
newtype SQLITE_IOERR_FSTAT
Constructors
| SQLITE_IOERR_FSTAT String |
newtype SQLITE_IOERR_UNLOCK
Constructors
| SQLITE_IOERR_UNLOCK String |
newtype SQLITE_IOERR_RDLOCK
Constructors
| SQLITE_IOERR_RDLOCK String |
newtype SQLITE_IOERR_DELETE
Constructors
| SQLITE_IOERR_DELETE String |
newtype SQLITE_IOERR_BLOCKED
Constructors
| SQLITE_IOERR_BLOCKED String |
newtype SQLITE_IOERR_NOMEM
Constructors
| SQLITE_IOERR_NOMEM String |
newtype SQLITE_IOERR_ACCESS
Constructors
| SQLITE_IOERR_ACCESS String |
newtype SQLITE_IOERR_CHECKRESERVEDLOCK
Constructors
| SQLITE_IOERR_CHECKRESERVEDLOCK String |
newtype SQLITE_IOERR_LOCK
Constructors
| SQLITE_IOERR_LOCK String |
newtype SQLITE_IOERR_CLOSE
Constructors
| SQLITE_IOERR_CLOSE String |
newtype SQLITE_IOERR_DIR_CLOSE
Constructors
| SQLITE_IOERR_DIR_CLOSE String |
newtype SQLITE_IOERR_SHMOPEN
Constructors
| SQLITE_IOERR_SHMOPEN String |
newtype SQLITE_IOERR_SHMSIZE
Constructors
| SQLITE_IOERR_SHMSIZE String |
newtype SQLITE_IOERR_SHMLOCK
Constructors
| SQLITE_IOERR_SHMLOCK String |
newtype SQLITE_IOERR_SHMMAP
Constructors
| SQLITE_IOERR_SHMMAP String |
newtype SQLITE_IOERR_SEEK
Constructors
| SQLITE_IOERR_SEEK String |
newtype SQLITE_IOERR_DELETE_NOENT
Constructors
| SQLITE_IOERR_DELETE_NOENT String |
newtype SQLITE_IOERR_MMAP
Constructors
| SQLITE_IOERR_MMAP String |
newtype SQLITE_IOERR_GETTEMPPATH
Constructors
| SQLITE_IOERR_GETTEMPPATH String |
newtype SQLITE_IOERR_CONVPATH
Constructors
| SQLITE_IOERR_CONVPATH String |
newtype SQLITE_CORRUPT_PLAIN
Constructors
| SQLITE_CORRUPT_PLAIN String |
newtype SQLITE_CORRUPT_VTAB
Constructors
| SQLITE_CORRUPT_VTAB String |
newtype SQLITE_NOTFOUND
Constructors
| SQLITE_NOTFOUND String |
data SQLITE_CANTOPEN
Constructors
| forall e . Exception e => SQLITE_CANTOPEN e |
newtype SQLITE_CANTOPEN_PLAIN
Constructors
| SQLITE_CANTOPEN_PLAIN String |
newtype SQLITE_CANTOPEN_NOTEMPDIR
Constructors
| SQLITE_CANTOPEN_NOTEMPDIR String |
newtype SQLITE_CANTOPEN_ISDIR
Constructors
| SQLITE_CANTOPEN_ISDIR String |
newtype SQLITE_CANTOPEN_FULLPATH
Constructors
| SQLITE_CANTOPEN_FULLPATH String |
newtype SQLITE_CANTOPEN_CONVPATH
Constructors
| SQLITE_CANTOPEN_CONVPATH String |
newtype SQLITE_PROTOCOL
Constructors
| SQLITE_PROTOCOL String |
data SQLITE_CONSTRAINT
Constructors
| forall e . Exception e => SQLITE_CONSTRAINT e |
newtype SQLITE_CONSTRAINT_PLAIN
Constructors
| SQLITE_CONSTRAINT_PLAIN String |
newtype SQLITE_CONSTRAINT_CHECK
Constructors
| SQLITE_CONSTRAINT_CHECK String |
newtype SQLITE_CONSTRAINT_COMMITHOOK
Constructors
| SQLITE_CONSTRAINT_COMMITHOOK String |
newtype SQLITE_CONSTRAINT_FOREIGNKEY
Constructors
| SQLITE_CONSTRAINT_FOREIGNKEY String |
newtype SQLITE_CONSTRAINT_FUNCTION
Constructors
| SQLITE_CONSTRAINT_FUNCTION String |
newtype SQLITE_CONSTRAINT_NOTNULL
Constructors
| SQLITE_CONSTRAINT_NOTNULL String |
newtype SQLITE_CONSTRAINT_PRIMARYKEY
Constructors
| SQLITE_CONSTRAINT_PRIMARYKEY String |
newtype SQLITE_CONSTRAINT_TRIGGER
Constructors
| SQLITE_CONSTRAINT_TRIGGER String |
newtype SQLITE_CONSTRAINT_UNIQUE
Constructors
| SQLITE_CONSTRAINT_UNIQUE String |
newtype SQLITE_CONSTRAINT_VTAB
Constructors
| SQLITE_CONSTRAINT_VTAB String |
newtype SQLITE_CONSTRAINT_ROWID
Constructors
| SQLITE_CONSTRAINT_ROWID String |
newtype SQLITE_MISMATCH
Constructors
| SQLITE_MISMATCH String |
newtype SQLITE_AUTH_PLAIN
Constructors
| SQLITE_AUTH_PLAIN String |
newtype SQLITE_AUTH_USER
Constructors
| SQLITE_AUTH_USER String |
newtype SQLITE_NOTICE_PLAIN
Constructors
| SQLITE_NOTICE_PLAIN String |
newtype SQLITE_NOTICE_RECOVER_WAL
Constructors
| SQLITE_NOTICE_RECOVER_WAL String |
newtype SQLITE_NOTICE_RECOVER_ROLLBACK
Constructors
| SQLITE_NOTICE_RECOVER_ROLLBACK String |
newtype SQLITE_WARNING_PLAIN
Constructors
| SQLITE_WARNING_PLAIN String |
newtype SQLITE_WARNING_AUTOINDEX
Constructors
| SQLITE_WARNING_AUTOINDEX String |
newtype SQLITE_BIND_ERROR
Constructors
| SQLITE_BIND_ERROR String |
data SQLITE_ERROR_OTHER
Constructors
| SQLITE_ERROR_OTHER CInt String |