org.sqlite.swig
Interface SQLite3Constants

All Known Implementing Classes:
SQLite3

public interface SQLite3Constants


Field Summary
static int SQLITE_ABORT
           
static int SQLITE_ACCESS_EXISTS
           
static int SQLITE_ACCESS_READ
           
static int SQLITE_ACCESS_READWRITE
           
static int SQLITE_ALTER_TABLE
           
static int SQLITE_ANALYZE
           
static int SQLITE_ANY
           
static int SQLITE_ATTACH
           
static int SQLITE_AUTH
           
static int SQLITE_BLOB
           
static int SQLITE_BUSY
           
static int SQLITE_CANTOPEN
           
static int SQLITE_CONSTRAINT
           
static int SQLITE_COPY
           
static int SQLITE_CORRUPT
           
static int SQLITE_CREATE_INDEX
           
static int SQLITE_CREATE_TABLE
           
static int SQLITE_CREATE_TEMP_INDEX
           
static int SQLITE_CREATE_TEMP_TABLE
           
static int SQLITE_CREATE_TEMP_TRIGGER
           
static int SQLITE_CREATE_TEMP_VIEW
           
static int SQLITE_CREATE_TRIGGER
           
static int SQLITE_CREATE_VIEW
           
static int SQLITE_CREATE_VTABLE
           
static int SQLITE_DELETE
           
static int SQLITE_DENY
           
static int SQLITE_DETACH
           
static int SQLITE_DONE
           
static int SQLITE_DROP_INDEX
           
static int SQLITE_DROP_TABLE
           
static int SQLITE_DROP_TEMP_INDEX
           
static int SQLITE_DROP_TEMP_TABLE
           
static int SQLITE_DROP_TEMP_TRIGGER
           
static int SQLITE_DROP_TEMP_VIEW
           
static int SQLITE_DROP_TRIGGER
           
static int SQLITE_DROP_VIEW
           
static int SQLITE_DROP_VTABLE
           
static int SQLITE_EMPTY
           
static int SQLITE_ERROR
           
static int SQLITE_FCNTL_LOCKSTATE
           
static int SQLITE_FLOAT
           
static int SQLITE_FORMAT
           
static int SQLITE_FULL
           
static int SQLITE_FUNCTION
           
static int SQLITE_IGNORE
           
static int SQLITE_INDEX_CONSTRAINT_EQ
           
static int SQLITE_INDEX_CONSTRAINT_GE
           
static int SQLITE_INDEX_CONSTRAINT_GT
           
static int SQLITE_INDEX_CONSTRAINT_LE
           
static int SQLITE_INDEX_CONSTRAINT_LT
           
static int SQLITE_INDEX_CONSTRAINT_MATCH
           
static int SQLITE_INSERT
           
static int SQLITE_INTEGER
           
static int SQLITE_INTERNAL
           
static int SQLITE_INTERRUPT
           
static int SQLITE_IOCAP_ATOMIC
           
static int SQLITE_IOCAP_ATOMIC16K
           
static int SQLITE_IOCAP_ATOMIC1K
           
static int SQLITE_IOCAP_ATOMIC2K
           
static int SQLITE_IOCAP_ATOMIC32K
           
static int SQLITE_IOCAP_ATOMIC4K
           
static int SQLITE_IOCAP_ATOMIC512
           
static int SQLITE_IOCAP_ATOMIC64K
           
static int SQLITE_IOCAP_ATOMIC8K
           
static int SQLITE_IOCAP_SAFE_APPEND
           
static int SQLITE_IOCAP_SEQUENTIAL
           
static int SQLITE_IOERR
           
static int SQLITE_IOERR_BLOCKED
           
static int SQLITE_IOERR_DELETE
           
static int SQLITE_IOERR_DIR_FSYNC
           
static int SQLITE_IOERR_FSTAT
           
static int SQLITE_IOERR_FSYNC
           
static int SQLITE_IOERR_NOMEM
           
static int SQLITE_IOERR_RDLOCK
           
static int SQLITE_IOERR_READ
           
static int SQLITE_IOERR_SHORT_READ
           
static int SQLITE_IOERR_TRUNCATE
           
static int SQLITE_IOERR_UNLOCK
           
static int SQLITE_IOERR_WRITE
           
static int SQLITE_LOCK_EXCLUSIVE
           
static int SQLITE_LOCK_NONE
           
static int SQLITE_LOCK_PENDING
           
static int SQLITE_LOCK_RESERVED
           
static int SQLITE_LOCK_SHARED
           
static int SQLITE_LOCKED
           
static int SQLITE_MISMATCH
           
static int SQLITE_MISUSE
           
static int SQLITE_MUTEX_FAST
           
static int SQLITE_MUTEX_RECURSIVE
           
static int SQLITE_MUTEX_STATIC_LRU
           
static int SQLITE_MUTEX_STATIC_MASTER
           
static int SQLITE_MUTEX_STATIC_MEM
           
static int SQLITE_MUTEX_STATIC_MEM2
           
static int SQLITE_MUTEX_STATIC_PRNG
           
static int SQLITE_NOLFS
           
static int SQLITE_NOMEM
           
static int SQLITE_NOTADB
           
static int SQLITE_NOTFOUND
           
static int SQLITE_NULL
           
static int SQLITE_OK
           
static int SQLITE_OPEN_CREATE
           
static int SQLITE_OPEN_DELETEONCLOSE
           
static int SQLITE_OPEN_EXCLUSIVE
           
static int SQLITE_OPEN_MAIN_DB
           
static int SQLITE_OPEN_MAIN_JOURNAL
           
static int SQLITE_OPEN_MASTER_JOURNAL
           
static int SQLITE_OPEN_READONLY
           
static int SQLITE_OPEN_READWRITE
           
static int SQLITE_OPEN_SUBJOURNAL
           
static int SQLITE_OPEN_TEMP_DB
           
static int SQLITE_OPEN_TEMP_JOURNAL
           
static int SQLITE_OPEN_TRANSIENT_DB
           
static int SQLITE_PERM
           
static int SQLITE_PRAGMA
           
static int SQLITE_PROTOCOL
           
static int SQLITE_RANGE
           
static int SQLITE_READ
           
static int SQLITE_READONLY
           
static int SQLITE_REINDEX
           
static int SQLITE_ROW
           
static int SQLITE_SCHEMA
           
static int SQLITE_SELECT
           
static int SQLITE_SYNC_DATAONLY
           
static int SQLITE_SYNC_FULL
           
static int SQLITE_SYNC_NORMAL
           
static int SQLITE_TESTCTRL_FAULT_BENIGN_FAILURES
           
static int SQLITE_TESTCTRL_FAULT_CONFIG
           
static int SQLITE_TESTCTRL_FAULT_FAILURES
           
static int SQLITE_TESTCTRL_FAULT_PENDING
           
static int SQLITE_TOOBIG
           
static int SQLITE_TRANSACTION
           
static int SQLITE_UPDATE
           
static int SQLITE_UTF16
           
static int SQLITE_UTF16_ALIGNED
           
static int SQLITE_UTF16BE
           
static int SQLITE_UTF16LE
           
static int SQLITE_UTF8
           
static int SQLITE3_TEXT
           
 

Field Detail

SQLITE_OK

static final int SQLITE_OK
See Also:
Constant Field Values

SQLITE_ERROR

static final int SQLITE_ERROR
See Also:
Constant Field Values

SQLITE_INTERNAL

static final int SQLITE_INTERNAL
See Also:
Constant Field Values

SQLITE_PERM

static final int SQLITE_PERM
See Also:
Constant Field Values

SQLITE_ABORT

static final int SQLITE_ABORT
See Also:
Constant Field Values

SQLITE_BUSY

static final int SQLITE_BUSY
See Also:
Constant Field Values

SQLITE_LOCKED

static final int SQLITE_LOCKED
See Also:
Constant Field Values

SQLITE_NOMEM

static final int SQLITE_NOMEM
See Also:
Constant Field Values

SQLITE_READONLY

static final int SQLITE_READONLY
See Also:
Constant Field Values

SQLITE_INTERRUPT

static final int SQLITE_INTERRUPT
See Also:
Constant Field Values

SQLITE_IOERR

static final int SQLITE_IOERR
See Also:
Constant Field Values

SQLITE_CORRUPT

static final int SQLITE_CORRUPT
See Also:
Constant Field Values

SQLITE_NOTFOUND

static final int SQLITE_NOTFOUND
See Also:
Constant Field Values

SQLITE_FULL

static final int SQLITE_FULL
See Also:
Constant Field Values

SQLITE_CANTOPEN

static final int SQLITE_CANTOPEN
See Also:
Constant Field Values

SQLITE_PROTOCOL

static final int SQLITE_PROTOCOL
See Also:
Constant Field Values

SQLITE_EMPTY

static final int SQLITE_EMPTY
See Also:
Constant Field Values

SQLITE_SCHEMA

static final int SQLITE_SCHEMA
See Also:
Constant Field Values

SQLITE_TOOBIG

static final int SQLITE_TOOBIG
See Also:
Constant Field Values

SQLITE_CONSTRAINT

static final int SQLITE_CONSTRAINT
See Also:
Constant Field Values

SQLITE_MISMATCH

static final int SQLITE_MISMATCH
See Also:
Constant Field Values

SQLITE_MISUSE

static final int SQLITE_MISUSE
See Also:
Constant Field Values

SQLITE_NOLFS

static final int SQLITE_NOLFS
See Also:
Constant Field Values

SQLITE_AUTH

static final int SQLITE_AUTH
See Also:
Constant Field Values

SQLITE_FORMAT

static final int SQLITE_FORMAT
See Also:
Constant Field Values

SQLITE_RANGE

static final int SQLITE_RANGE
See Also:
Constant Field Values

SQLITE_NOTADB

static final int SQLITE_NOTADB
See Also:
Constant Field Values

SQLITE_ROW

static final int SQLITE_ROW
See Also:
Constant Field Values

SQLITE_DONE

static final int SQLITE_DONE
See Also:
Constant Field Values

SQLITE_IOERR_READ

static final int SQLITE_IOERR_READ
See Also:
Constant Field Values

SQLITE_IOERR_SHORT_READ

static final int SQLITE_IOERR_SHORT_READ
See Also:
Constant Field Values

SQLITE_IOERR_WRITE

static final int SQLITE_IOERR_WRITE
See Also:
Constant Field Values

SQLITE_IOERR_FSYNC

static final int SQLITE_IOERR_FSYNC
See Also:
Constant Field Values

SQLITE_IOERR_DIR_FSYNC

static final int SQLITE_IOERR_DIR_FSYNC
See Also:
Constant Field Values

SQLITE_IOERR_TRUNCATE

static final int SQLITE_IOERR_TRUNCATE
See Also:
Constant Field Values

SQLITE_IOERR_FSTAT

static final int SQLITE_IOERR_FSTAT
See Also:
Constant Field Values

SQLITE_IOERR_UNLOCK

static final int SQLITE_IOERR_UNLOCK
See Also:
Constant Field Values

SQLITE_IOERR_RDLOCK

static final int SQLITE_IOERR_RDLOCK
See Also:
Constant Field Values

SQLITE_IOERR_DELETE

static final int SQLITE_IOERR_DELETE
See Also:
Constant Field Values

SQLITE_IOERR_BLOCKED

static final int SQLITE_IOERR_BLOCKED
See Also:
Constant Field Values

SQLITE_IOERR_NOMEM

static final int SQLITE_IOERR_NOMEM
See Also:
Constant Field Values

SQLITE_OPEN_READONLY

static final int SQLITE_OPEN_READONLY
See Also:
Constant Field Values

SQLITE_OPEN_READWRITE

static final int SQLITE_OPEN_READWRITE
See Also:
Constant Field Values

SQLITE_OPEN_CREATE

static final int SQLITE_OPEN_CREATE
See Also:
Constant Field Values

SQLITE_OPEN_DELETEONCLOSE

static final int SQLITE_OPEN_DELETEONCLOSE
See Also:
Constant Field Values

SQLITE_OPEN_EXCLUSIVE

static final int SQLITE_OPEN_EXCLUSIVE
See Also:
Constant Field Values

SQLITE_OPEN_MAIN_DB

static final int SQLITE_OPEN_MAIN_DB
See Also:
Constant Field Values

SQLITE_OPEN_TEMP_DB

static final int SQLITE_OPEN_TEMP_DB
See Also:
Constant Field Values

SQLITE_OPEN_TRANSIENT_DB

static final int SQLITE_OPEN_TRANSIENT_DB
See Also:
Constant Field Values

SQLITE_OPEN_MAIN_JOURNAL

static final int SQLITE_OPEN_MAIN_JOURNAL
See Also:
Constant Field Values

SQLITE_OPEN_TEMP_JOURNAL

static final int SQLITE_OPEN_TEMP_JOURNAL
See Also:
Constant Field Values

SQLITE_OPEN_SUBJOURNAL

static final int SQLITE_OPEN_SUBJOURNAL
See Also:
Constant Field Values

SQLITE_OPEN_MASTER_JOURNAL

static final int SQLITE_OPEN_MASTER_JOURNAL
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC

static final int SQLITE_IOCAP_ATOMIC
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC512

static final int SQLITE_IOCAP_ATOMIC512
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC1K

static final int SQLITE_IOCAP_ATOMIC1K
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC2K

static final int SQLITE_IOCAP_ATOMIC2K
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC4K

static final int SQLITE_IOCAP_ATOMIC4K
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC8K

static final int SQLITE_IOCAP_ATOMIC8K
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC16K

static final int SQLITE_IOCAP_ATOMIC16K
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC32K

static final int SQLITE_IOCAP_ATOMIC32K
See Also:
Constant Field Values

SQLITE_IOCAP_ATOMIC64K

static final int SQLITE_IOCAP_ATOMIC64K
See Also:
Constant Field Values

SQLITE_IOCAP_SAFE_APPEND

static final int SQLITE_IOCAP_SAFE_APPEND
See Also:
Constant Field Values

SQLITE_IOCAP_SEQUENTIAL

static final int SQLITE_IOCAP_SEQUENTIAL
See Also:
Constant Field Values

SQLITE_LOCK_NONE

static final int SQLITE_LOCK_NONE
See Also:
Constant Field Values

SQLITE_LOCK_SHARED

static final int SQLITE_LOCK_SHARED
See Also:
Constant Field Values

SQLITE_LOCK_RESERVED

static final int SQLITE_LOCK_RESERVED
See Also:
Constant Field Values

SQLITE_LOCK_PENDING

static final int SQLITE_LOCK_PENDING
See Also:
Constant Field Values

SQLITE_LOCK_EXCLUSIVE

static final int SQLITE_LOCK_EXCLUSIVE
See Also:
Constant Field Values

SQLITE_SYNC_NORMAL

static final int SQLITE_SYNC_NORMAL
See Also:
Constant Field Values

SQLITE_SYNC_FULL

static final int SQLITE_SYNC_FULL
See Also:
Constant Field Values

SQLITE_SYNC_DATAONLY

static final int SQLITE_SYNC_DATAONLY
See Also:
Constant Field Values

SQLITE_FCNTL_LOCKSTATE

static final int SQLITE_FCNTL_LOCKSTATE
See Also:
Constant Field Values

SQLITE_ACCESS_EXISTS

static final int SQLITE_ACCESS_EXISTS
See Also:
Constant Field Values

SQLITE_ACCESS_READWRITE

static final int SQLITE_ACCESS_READWRITE
See Also:
Constant Field Values

SQLITE_ACCESS_READ

static final int SQLITE_ACCESS_READ
See Also:
Constant Field Values

SQLITE_DENY

static final int SQLITE_DENY
See Also:
Constant Field Values

SQLITE_IGNORE

static final int SQLITE_IGNORE
See Also:
Constant Field Values

SQLITE_CREATE_INDEX

static final int SQLITE_CREATE_INDEX
See Also:
Constant Field Values

SQLITE_CREATE_TABLE

static final int SQLITE_CREATE_TABLE
See Also:
Constant Field Values

SQLITE_CREATE_TEMP_INDEX

static final int SQLITE_CREATE_TEMP_INDEX
See Also:
Constant Field Values

SQLITE_CREATE_TEMP_TABLE

static final int SQLITE_CREATE_TEMP_TABLE
See Also:
Constant Field Values

SQLITE_CREATE_TEMP_TRIGGER

static final int SQLITE_CREATE_TEMP_TRIGGER
See Also:
Constant Field Values

SQLITE_CREATE_TEMP_VIEW

static final int SQLITE_CREATE_TEMP_VIEW
See Also:
Constant Field Values

SQLITE_CREATE_TRIGGER

static final int SQLITE_CREATE_TRIGGER
See Also:
Constant Field Values

SQLITE_CREATE_VIEW

static final int SQLITE_CREATE_VIEW
See Also:
Constant Field Values

SQLITE_DELETE

static final int SQLITE_DELETE
See Also:
Constant Field Values

SQLITE_DROP_INDEX

static final int SQLITE_DROP_INDEX
See Also:
Constant Field Values

SQLITE_DROP_TABLE

static final int SQLITE_DROP_TABLE
See Also:
Constant Field Values

SQLITE_DROP_TEMP_INDEX

static final int SQLITE_DROP_TEMP_INDEX
See Also:
Constant Field Values

SQLITE_DROP_TEMP_TABLE

static final int SQLITE_DROP_TEMP_TABLE
See Also:
Constant Field Values

SQLITE_DROP_TEMP_TRIGGER

static final int SQLITE_DROP_TEMP_TRIGGER
See Also:
Constant Field Values

SQLITE_DROP_TEMP_VIEW

static final int SQLITE_DROP_TEMP_VIEW
See Also:
Constant Field Values

SQLITE_DROP_TRIGGER

static final int SQLITE_DROP_TRIGGER
See Also:
Constant Field Values

SQLITE_DROP_VIEW

static final int SQLITE_DROP_VIEW
See Also:
Constant Field Values

SQLITE_INSERT

static final int SQLITE_INSERT
See Also:
Constant Field Values

SQLITE_PRAGMA

static final int SQLITE_PRAGMA
See Also:
Constant Field Values

SQLITE_READ

static final int SQLITE_READ
See Also:
Constant Field Values

SQLITE_SELECT

static final int SQLITE_SELECT
See Also:
Constant Field Values

SQLITE_TRANSACTION

static final int SQLITE_TRANSACTION
See Also:
Constant Field Values

SQLITE_UPDATE

static final int SQLITE_UPDATE
See Also:
Constant Field Values

SQLITE_ATTACH

static final int SQLITE_ATTACH
See Also:
Constant Field Values

SQLITE_DETACH

static final int SQLITE_DETACH
See Also:
Constant Field Values

SQLITE_ALTER_TABLE

static final int SQLITE_ALTER_TABLE
See Also:
Constant Field Values

SQLITE_REINDEX

static final int SQLITE_REINDEX
See Also:
Constant Field Values

SQLITE_ANALYZE

static final int SQLITE_ANALYZE
See Also:
Constant Field Values

SQLITE_CREATE_VTABLE

static final int SQLITE_CREATE_VTABLE
See Also:
Constant Field Values

SQLITE_DROP_VTABLE

static final int SQLITE_DROP_VTABLE
See Also:
Constant Field Values

SQLITE_FUNCTION

static final int SQLITE_FUNCTION
See Also:
Constant Field Values

SQLITE_COPY

static final int SQLITE_COPY
See Also:
Constant Field Values

SQLITE_INTEGER

static final int SQLITE_INTEGER
See Also:
Constant Field Values

SQLITE_FLOAT

static final int SQLITE_FLOAT
See Also:
Constant Field Values

SQLITE_BLOB

static final int SQLITE_BLOB
See Also:
Constant Field Values

SQLITE_NULL

static final int SQLITE_NULL
See Also:
Constant Field Values

SQLITE3_TEXT

static final int SQLITE3_TEXT
See Also:
Constant Field Values

SQLITE_UTF8

static final int SQLITE_UTF8
See Also:
Constant Field Values

SQLITE_UTF16LE

static final int SQLITE_UTF16LE
See Also:
Constant Field Values

SQLITE_UTF16BE

static final int SQLITE_UTF16BE
See Also:
Constant Field Values

SQLITE_UTF16

static final int SQLITE_UTF16
See Also:
Constant Field Values

SQLITE_ANY

static final int SQLITE_ANY
See Also:
Constant Field Values

SQLITE_UTF16_ALIGNED

static final int SQLITE_UTF16_ALIGNED
See Also:
Constant Field Values

SQLITE_INDEX_CONSTRAINT_EQ

static final int SQLITE_INDEX_CONSTRAINT_EQ
See Also:
Constant Field Values

SQLITE_INDEX_CONSTRAINT_GT

static final int SQLITE_INDEX_CONSTRAINT_GT
See Also:
Constant Field Values

SQLITE_INDEX_CONSTRAINT_LE

static final int SQLITE_INDEX_CONSTRAINT_LE
See Also:
Constant Field Values

SQLITE_INDEX_CONSTRAINT_LT

static final int SQLITE_INDEX_CONSTRAINT_LT
See Also:
Constant Field Values

SQLITE_INDEX_CONSTRAINT_GE

static final int SQLITE_INDEX_CONSTRAINT_GE
See Also:
Constant Field Values

SQLITE_INDEX_CONSTRAINT_MATCH

static final int SQLITE_INDEX_CONSTRAINT_MATCH
See Also:
Constant Field Values

SQLITE_MUTEX_FAST

static final int SQLITE_MUTEX_FAST
See Also:
Constant Field Values

SQLITE_MUTEX_RECURSIVE

static final int SQLITE_MUTEX_RECURSIVE
See Also:
Constant Field Values

SQLITE_MUTEX_STATIC_MASTER

static final int SQLITE_MUTEX_STATIC_MASTER
See Also:
Constant Field Values

SQLITE_MUTEX_STATIC_MEM

static final int SQLITE_MUTEX_STATIC_MEM
See Also:
Constant Field Values

SQLITE_MUTEX_STATIC_MEM2

static final int SQLITE_MUTEX_STATIC_MEM2
See Also:
Constant Field Values

SQLITE_MUTEX_STATIC_PRNG

static final int SQLITE_MUTEX_STATIC_PRNG
See Also:
Constant Field Values

SQLITE_MUTEX_STATIC_LRU

static final int SQLITE_MUTEX_STATIC_LRU
See Also:
Constant Field Values

SQLITE_TESTCTRL_FAULT_CONFIG

static final int SQLITE_TESTCTRL_FAULT_CONFIG
See Also:
Constant Field Values

SQLITE_TESTCTRL_FAULT_FAILURES

static final int SQLITE_TESTCTRL_FAULT_FAILURES
See Also:
Constant Field Values

SQLITE_TESTCTRL_FAULT_BENIGN_FAILURES

static final int SQLITE_TESTCTRL_FAULT_BENIGN_FAILURES
See Also:
Constant Field Values

SQLITE_TESTCTRL_FAULT_PENDING

static final int SQLITE_TESTCTRL_FAULT_PENDING
See Also:
Constant Field Values