#include <stdarg.h>
#define SQLITE3_TEXT 3 |
#define SQLITE_ABORT 4 |
#define SQLITE_ACCESS_EXISTS 0 |
#define SQLITE_ACCESS_READ 2 |
#define SQLITE_ACCESS_READWRITE 1 |
#define SQLITE_ALTER_TABLE 26 |
#define SQLITE_ANALYZE 28 |
#define SQLITE_ANY 5 |
#define SQLITE_ATTACH 24 |
#define SQLITE_AUTH 23 |
#define SQLITE_BLOB 4 |
#define SQLITE_BUSY 5 |
#define SQLITE_CANTOPEN 14 |
#define SQLITE_CONFIG_GETMALLOC 5 |
#define SQLITE_CONFIG_GETMUTEX 11 |
#define SQLITE_CONFIG_GETPCACHE 15 |
#define SQLITE_CONFIG_HEAP 8 |
#define SQLITE_CONFIG_LOOKASIDE 13 |
#define SQLITE_CONFIG_MALLOC 4 |
#define SQLITE_CONFIG_MEMSTATUS 9 |
#define SQLITE_CONFIG_MULTITHREAD 2 |
#define SQLITE_CONFIG_MUTEX 10 |
#define SQLITE_CONFIG_PAGECACHE 7 |
#define SQLITE_CONFIG_PCACHE 14 |
#define SQLITE_CONFIG_SCRATCH 6 |
#define SQLITE_CONFIG_SERIALIZED 3 |
#define SQLITE_CONFIG_SINGLETHREAD 1 |
#define SQLITE_CONSTRAINT 19 |
#define SQLITE_COPY 0 |
#define SQLITE_CORRUPT 11 |
#define SQLITE_CREATE_INDEX 1 |
#define SQLITE_CREATE_TABLE 2 |
#define SQLITE_CREATE_TEMP_INDEX 3 |
#define SQLITE_CREATE_TEMP_TABLE 4 |
#define SQLITE_CREATE_TEMP_TRIGGER 5 |
#define SQLITE_CREATE_TEMP_VIEW 6 |
#define SQLITE_CREATE_TRIGGER 7 |
#define SQLITE_CREATE_VIEW 8 |
#define SQLITE_CREATE_VTABLE 29 |
#define SQLITE_DBCONFIG_LOOKASIDE 1001 |
#define SQLITE_DBSTATUS_LOOKASIDE_USED 0 |
#define SQLITE_DELETE 9 |
#define SQLITE_DENY 1 |
#define SQLITE_DEPRECATED |
#define SQLITE_DETACH 25 |
#define SQLITE_DONE 101 |
#define SQLITE_DROP_INDEX 10 |
#define SQLITE_DROP_TABLE 11 |
#define SQLITE_DROP_TEMP_INDEX 12 |
#define SQLITE_DROP_TEMP_TABLE 13 |
#define SQLITE_DROP_TEMP_TRIGGER 14 |
#define SQLITE_DROP_TEMP_VIEW 15 |
#define SQLITE_DROP_TRIGGER 16 |
#define SQLITE_DROP_VIEW 17 |
#define SQLITE_DROP_VTABLE 30 |
#define SQLITE_EMPTY 16 |
#define SQLITE_ERROR 1 |
#define SQLITE_EXPERIMENTAL |
#define SQLITE_EXTERN extern |
#define SQLITE_FCNTL_LOCKSTATE 1 |
#define SQLITE_FLOAT 2 |
#define SQLITE_FORMAT 24 |
#define SQLITE_FULL 13 |
#define SQLITE_FUNCTION 31 |
#define SQLITE_GET_LOCKPROXYFILE 2 |
#define SQLITE_IGNORE 2 |
#define SQLITE_INDEX_CONSTRAINT_EQ 2 |
#define SQLITE_INDEX_CONSTRAINT_GE 32 |
#define SQLITE_INDEX_CONSTRAINT_GT 4 |
#define SQLITE_INDEX_CONSTRAINT_LE 8 |
#define SQLITE_INDEX_CONSTRAINT_LT 16 |
#define SQLITE_INDEX_CONSTRAINT_MATCH 64 |
#define SQLITE_INSERT 18 |
#define SQLITE_INTEGER 1 |
#define SQLITE_INTERNAL 2 |
#define SQLITE_INTERRUPT 9 |
#define SQLITE_IOCAP_ATOMIC 0x00000001 |
#define SQLITE_IOCAP_ATOMIC16K 0x00000040 |
#define SQLITE_IOCAP_ATOMIC1K 0x00000004 |
#define SQLITE_IOCAP_ATOMIC2K 0x00000008 |
#define SQLITE_IOCAP_ATOMIC32K 0x00000080 |
#define SQLITE_IOCAP_ATOMIC4K 0x00000010 |
#define SQLITE_IOCAP_ATOMIC512 0x00000002 |
#define SQLITE_IOCAP_ATOMIC64K 0x00000100 |
#define SQLITE_IOCAP_ATOMIC8K 0x00000020 |
#define SQLITE_IOCAP_SAFE_APPEND 0x00000200 |
#define SQLITE_IOCAP_SEQUENTIAL 0x00000400 |
#define SQLITE_IOERR 10 |
#define SQLITE_IOERR_ACCESS (SQLITE_IOERR | (13<<8)) |
#define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) |
#define SQLITE_IOERR_CHECKRESERVEDLOCK (SQLITE_IOERR | (14<<8)) |
#define SQLITE_IOERR_CLOSE (SQLITE_IOERR | (16<<8)) |
#define SQLITE_IOERR_DELETE (SQLITE_IOERR | (10<<8)) |
#define SQLITE_IOERR_DIR_CLOSE (SQLITE_IOERR | (17<<8)) |
#define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8)) |
#define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8)) |
#define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8)) |
#define SQLITE_IOERR_LOCK (SQLITE_IOERR | (15<<8)) |
#define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) |
#define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) |
#define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8)) |
#define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8)) |
#define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8)) |
#define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8)) |
#define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8)) |
#define SQLITE_LAST_ERRNO 4 |
#define SQLITE_LIMIT_ATTACHED 7 |
#define SQLITE_LIMIT_COLUMN 2 |
#define SQLITE_LIMIT_COMPOUND_SELECT 4 |
#define SQLITE_LIMIT_EXPR_DEPTH 3 |
#define SQLITE_LIMIT_FUNCTION_ARG 6 |
#define SQLITE_LIMIT_LENGTH 0 |
#define SQLITE_LIMIT_LIKE_PATTERN_LENGTH 8 |
#define SQLITE_LIMIT_SQL_LENGTH 1 |
#define SQLITE_LIMIT_TRIGGER_DEPTH 10 |
#define SQLITE_LIMIT_VARIABLE_NUMBER 9 |
#define SQLITE_LIMIT_VDBE_OP 5 |
#define SQLITE_LOCK_EXCLUSIVE 4 |
#define SQLITE_LOCK_NONE 0 |
#define SQLITE_LOCK_PENDING 3 |
#define SQLITE_LOCK_RESERVED 2 |
#define SQLITE_LOCK_SHARED 1 |
#define SQLITE_LOCKED 6 |
#define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8) ) |
#define SQLITE_MISMATCH 20 |
#define SQLITE_MISUSE 21 |
#define SQLITE_MUTEX_FAST 0 |
#define SQLITE_MUTEX_RECURSIVE 1 |
#define SQLITE_MUTEX_STATIC_LRU 6 |
#define SQLITE_MUTEX_STATIC_LRU2 7 |
#define SQLITE_MUTEX_STATIC_MASTER 2 |
#define SQLITE_MUTEX_STATIC_MEM 3 |
#define SQLITE_MUTEX_STATIC_MEM2 4 |
#define SQLITE_MUTEX_STATIC_OPEN 4 |
#define SQLITE_MUTEX_STATIC_PRNG 5 |
#define SQLITE_NOLFS 22 |
#define SQLITE_NOMEM 7 |
#define SQLITE_NOTADB 26 |
#define SQLITE_NOTFOUND 12 |
#define SQLITE_NULL 5 |
#define SQLITE_OK 0 |
#define SQLITE_OPEN_CREATE 0x00000004 |
#define SQLITE_OPEN_DELETEONCLOSE 0x00000008 |
#define SQLITE_OPEN_EXCLUSIVE 0x00000010 |
#define SQLITE_OPEN_FULLMUTEX 0x00010000 |
#define SQLITE_OPEN_MAIN_DB 0x00000100 |
#define SQLITE_OPEN_MAIN_JOURNAL 0x00000800 |
#define SQLITE_OPEN_MASTER_JOURNAL 0x00004000 |
#define SQLITE_OPEN_NOMUTEX 0x00008000 |
#define SQLITE_OPEN_PRIVATECACHE 0x00040000 |
#define SQLITE_OPEN_READONLY 0x00000001 |
#define SQLITE_OPEN_READWRITE 0x00000002 |
#define SQLITE_OPEN_SHAREDCACHE 0x00020000 |
#define SQLITE_OPEN_SUBJOURNAL 0x00002000 |
#define SQLITE_OPEN_TEMP_DB 0x00000200 |
#define SQLITE_OPEN_TEMP_JOURNAL 0x00001000 |
#define SQLITE_OPEN_TRANSIENT_DB 0x00000400 |
#define SQLITE_PERM 3 |
#define SQLITE_PRAGMA 19 |
#define SQLITE_PROTOCOL 15 |
#define SQLITE_RANGE 25 |
#define SQLITE_READ 20 |
#define SQLITE_READONLY 8 |
#define SQLITE_REINDEX 27 |
#define SQLITE_ROW 100 |
#define SQLITE_SAVEPOINT 32 |
#define SQLITE_SCHEMA 17 |
#define SQLITE_SELECT 21 |
#define SQLITE_SET_LOCKPROXYFILE 3 |
#define SQLITE_SOURCE_ID "2010-01-05 15:30:36 28d0d7710761114a44a1a3a425a6883c661f06e7" |
#define SQLITE_STATIC ((sqlite3_destructor_type)0) |
#define SQLITE_STATUS_MALLOC_SIZE 5 |
#define SQLITE_STATUS_MEMORY_USED 0 |
#define SQLITE_STATUS_PAGECACHE_OVERFLOW 2 |
#define SQLITE_STATUS_PAGECACHE_SIZE 7 |
#define SQLITE_STATUS_PAGECACHE_USED 1 |
#define SQLITE_STATUS_PARSER_STACK 6 |
#define SQLITE_STATUS_SCRATCH_OVERFLOW 4 |
#define SQLITE_STATUS_SCRATCH_SIZE 8 |
#define SQLITE_STATUS_SCRATCH_USED 3 |
#define SQLITE_STMTSTATUS_FULLSCAN_STEP 1 |
#define SQLITE_STMTSTATUS_SORT 2 |
#define SQLITE_SYNC_DATAONLY 0x00010 |
#define SQLITE_SYNC_FULL 0x00003 |
#define SQLITE_SYNC_NORMAL 0x00002 |
#define SQLITE_TESTCTRL_ALWAYS 13 |
#define SQLITE_TESTCTRL_ASSERT 12 |
#define SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS 10 |
#define SQLITE_TESTCTRL_BITVEC_TEST 8 |
#define SQLITE_TESTCTRL_FAULT_INSTALL 9 |
#define SQLITE_TESTCTRL_FIRST 5 |
#define SQLITE_TESTCTRL_ISKEYWORD 16 |
#define SQLITE_TESTCTRL_LAST 16 |
#define SQLITE_TESTCTRL_OPTIMIZATIONS 15 |
#define SQLITE_TESTCTRL_PENDING_BYTE 11 |
#define SQLITE_TESTCTRL_PRNG_RESET 7 |
#define SQLITE_TESTCTRL_PRNG_RESTORE 6 |
#define SQLITE_TESTCTRL_PRNG_SAVE 5 |
#define SQLITE_TESTCTRL_RESERVE 14 |
#define SQLITE_TEXT 3 |
#define SQLITE_TOOBIG 18 |
#define SQLITE_TRANSACTION 22 |
#define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) |
#define SQLITE_UPDATE 23 |
#define SQLITE_UTF16 4 |
#define SQLITE_UTF16_ALIGNED 8 |
#define SQLITE_UTF16BE 3 |
#define SQLITE_UTF16LE 2 |
#define SQLITE_UTF8 1 |
#define SQLITE_VERSION "3.6.22" |
#define SQLITE_VERSION_NUMBER 3006022 |