sqlite3

package
v1.33.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2024 License: BSD-3-Clause Imports: 7 Imported by: 83

Documentation ¶

Index ¶

Constants ¶

View Source
const (
	SQLITE_STATIC    = uintptr(0)  // ((sqlite3_destructor_type)0)
	SQLITE_TRANSIENT = ^uintptr(0) // ((sqlite3_destructor_type)-1)
)
View Source
const ALLBITS = -1
View Source
const AT_EACCESS = 512
View Source
const AT_EMPTY_PATH = 4096
View Source
const AT_FDCWD = -100
View Source
const AT_NO_AUTOMOUNT = 2048
View Source
const AT_RECURSIVE = 32768
View Source
const AT_REMOVEDIR = 512
View Source
const AT_STATX_DONT_SYNC = 16384
View Source
const AT_STATX_FORCE_SYNC = 8192
View Source
const AT_STATX_SYNC_AS_STAT = 0
View Source
const AT_STATX_SYNC_TYPE = 24576
View Source
const AT_SYMLINK_FOLLOW = 1024
View Source
const AT_SYMLINK_NOFOLLOW = 256
View Source
const BIG_ENDIAN = 4321
View Source
const BITVEC_MXHASH = 0
View Source
const BITVEC_NBIT = 0
View Source
const BITVEC_NELEM = 0
View Source
const BITVEC_NINT = 0
View Source
const BITVEC_NPTR = 0
View Source
const BITVEC_SZ = 512
View Source
const BITVEC_SZELEM = 8
View Source
const BITVEC_TELEM = 0
View Source
const BITVEC_USIZE = 0
View Source
const BTALLOC_ANY = 0
View Source
const BTALLOC_EXACT = 1
View Source
const BTALLOC_LE = 2
View Source
const BTCF_AtLast = 8
View Source
const BTCF_Incrblob = 16
View Source
const BTCF_Multiple = 32
View Source
const BTCF_Pinned = 64
View Source
const BTCF_ValidNKey = 2
View Source
const BTCF_ValidOvfl = 4
View Source
const BTCF_WriteFlag = 1
View Source
const BTCURSOR_FIRST_UNINIT = 0
View Source
const BTCURSOR_MAX_DEPTH = 20
View Source
const BTREE_APPEND = 8
View Source
const BTREE_APPLICATION_ID = 8
View Source
const BTREE_AUTOVACUUM_FULL = 1
View Source
const BTREE_AUTOVACUUM_INCR = 2
View Source
const BTREE_AUTOVACUUM_NONE = 0
View Source
const BTREE_AUXDELETE = 4
View Source
const BTREE_BLOBKEY = 2
View Source
const BTREE_BULKLOAD = 1
View Source
const BTREE_DATA_VERSION = 15
View Source
const BTREE_DEFAULT_CACHE_SIZE = 3
View Source
const BTREE_FILE_FORMAT = 2
View Source
const BTREE_FORDELETE = 8
View Source
const BTREE_FREE_PAGE_COUNT = 0
View Source
const BTREE_HINT_RANGE = 0
View Source
const BTREE_INCR_VACUUM = 7
View Source
const BTREE_INTKEY = 1
View Source
const BTREE_LARGEST_ROOT_PAGE = 4
View Source
const BTREE_MEMORY = 2
View Source
const BTREE_OMIT_JOURNAL = 1
View Source
const BTREE_PREFORMAT = 128
View Source
const BTREE_SAVEPOSITION = 2
View Source
const BTREE_SCHEMA_VERSION = 1
View Source
const BTREE_SEEK_EQ = 2
View Source
const BTREE_SINGLE = 4
View Source
const BTREE_TEXT_ENCODING = 5
View Source
const BTREE_UNORDERED = 8
View Source
const BTREE_USER_VERSION = 6
View Source
const BTREE_WRCSR = 4
View Source
const BTS_EXCLUSIVE = 64
View Source
const BTS_FAST_SECURE = 12
View Source
const BTS_INITIALLY_EMPTY = 16
View Source
const BTS_NO_WAL = 32
View Source
const BTS_OVERWRITE = 8
View Source
const BTS_PAGESIZE_FIXED = 2
View Source
const BTS_PENDING = 128
View Source
const BTS_READ_ONLY = 1
View Source
const BTS_SECURE_DELETE = 4
View Source
const BUFSIZ = 1024
View Source
const BYTE_ORDER = 1234
View Source
const CACHE_STALE = 0
View Source
const CC_AND = 24
View Source
const CC_BANG = 15
View Source
const CC_BOM = 30
View Source
const CC_COMMA = 23
View Source
const CC_DIGIT = 3
View Source
const CC_DOLLAR = 4
View Source
const CC_DOT = 26
View Source
const CC_EQ = 14
View Source
const CC_GT = 13
View Source
const CC_ID = 27
View Source
const CC_ILLEGAL = 28
View Source
const CC_KYWD = 2
View Source
const CC_KYWD0 = 1
View Source
const CC_LP = 17
View Source
const CC_LT = 12
View Source
const CC_MINUS = 11
View Source
const CC_NUL = 29
View Source
const CC_PERCENT = 22
View Source
const CC_PIPE = 10
View Source
const CC_PLUS = 20
View Source
const CC_QUOTE = 8
View Source
const CC_QUOTE2 = 9
View Source
const CC_RP = 18
View Source
const CC_SEMI = 19
View Source
const CC_SLASH = 16
View Source
const CC_SPACE = 7
View Source
const CC_STAR = 21
View Source
const CC_TILDA = 25
View Source
const CC_VARALPHA = 5
View Source
const CC_VARNUM = 6
View Source
const CC_X = 0
View Source
const CKCNSTRNT_COLUMN = 1
View Source
const CKCNSTRNT_ROWID = 2
View Source
const CLOCKS_PER_SEC = 1000000
View Source
const CLOCK_BOOTTIME = 7
View Source
const CLOCK_BOOTTIME_ALARM = 9
View Source
const CLOCK_MONOTONIC = 1
View Source
const CLOCK_MONOTONIC_COARSE = 6
View Source
const CLOCK_MONOTONIC_RAW = 4
View Source
const CLOCK_PROCESS_CPUTIME_ID = 2
View Source
const CLOCK_REALTIME = 0
View Source
const CLOCK_REALTIME_ALARM = 8
View Source
const CLOCK_REALTIME_COARSE = 5
View Source
const CLOCK_SGI_CYCLE = 10
View Source
const CLOCK_TAI = 11
View Source
const CLOCK_THREAD_CPUTIME_ID = 3
View Source
const CLONE_CHILD_CLEARTID = 2097152
View Source
const CLONE_CHILD_SETTID = 16777216
View Source
const CLONE_DETACHED = 4194304
View Source
const CLONE_FILES = 1024
View Source
const CLONE_FS = 512
View Source
const CLONE_IO = 2147483648
View Source
const CLONE_NEWCGROUP = 33554432
View Source
const CLONE_NEWIPC = 134217728
View Source
const CLONE_NEWNET = 1073741824
View Source
const CLONE_NEWNS = 131072
View Source
const CLONE_NEWPID = 536870912
View Source
const CLONE_NEWTIME = 128
View Source
const CLONE_NEWUSER = 268435456
View Source
const CLONE_NEWUTS = 67108864
View Source
const CLONE_PARENT = 32768
View Source
const CLONE_PARENT_SETTID = 1048576
View Source
const CLONE_PIDFD = 4096
View Source
const CLONE_PTRACE = 8192
View Source
const CLONE_SETTLS = 524288
View Source
const CLONE_SIGHAND = 2048
View Source
const CLONE_SYSVSEM = 262144
View Source
const CLONE_THREAD = 65536
View Source
const CLONE_UNTRACED = 8388608
View Source
const CLONE_VFORK = 16384
View Source
const CLONE_VM = 256
View Source
const COLFLAG_BUSY = 256
View Source
const COLFLAG_GENERATED = 96
View Source
const COLFLAG_HASCOLL = 512
View Source
const COLFLAG_HASTYPE = 4
View Source
const COLFLAG_HIDDEN = 2
View Source
const COLFLAG_NOEXPAND = 1024
View Source
const COLFLAG_NOINSERT = 98
View Source
const COLFLAG_NOTAVAIL = 128
View Source
const COLFLAG_PRIMKEY = 1
View Source
const COLFLAG_SORTERREF = 16
View Source
const COLFLAG_STORED = 64
View Source
const COLFLAG_UNIQUE = 8
View Source
const COLFLAG_VIRTUAL = 32
View Source
const COLNAME_COLUMN = 4
View Source
const COLNAME_DATABASE = 2
View Source
const COLNAME_DECLTYPE = 1
View Source
const COLNAME_N = 5
View Source
const COLNAME_NAME = 0
View Source
const COLNAME_TABLE = 3
View Source
const COLTYPE_ANY = 1
View Source
const COLTYPE_BLOB = 2
View Source
const COLTYPE_CUSTOM = 0
View Source
const COLTYPE_INT = 3
View Source
const COLTYPE_INTEGER = 4
View Source
const COLTYPE_REAL = 5
View Source
const COLTYPE_TEXT = 6
View Source
const CPU_SETSIZE = 1024
View Source
const CSIGNAL = 255
View Source
const CURSOR_FAULT = 4
View Source
const CURSOR_INVALID = 1
View Source
const CURSOR_REQUIRESEEK = 3
View Source
const CURSOR_SKIPNEXT = 2
View Source
const CURSOR_VALID = 0
View Source
const CURTYPE_BTREE = 0
View Source
const CURTYPE_PSEUDO = 3
View Source
const CURTYPE_SORTER = 1
View Source
const CURTYPE_VTAB = 2
View Source
const DBFLAG_EncodingFixed = 64
View Source
const DBFLAG_InternalFunc = 32
View Source
const DBFLAG_PreferBuiltin = 2
View Source
const DBFLAG_SchemaChange = 1
View Source
const DBFLAG_SchemaKnownOk = 16
View Source
const DBFLAG_Vacuum = 4
View Source
const DBFLAG_VacuumInto = 8
View Source
const DBSTAT_PAGE_PADDING_BYTES = 256
View Source
const DB_ResetWanted = 8
View Source
const DB_SchemaLoaded = 1
View Source
const DB_UnresetViews = 2
View Source
const DIRECT_MODE = 0
View Source
const DN_ACCESS = 1
View Source
const DN_ATTRIB = 32
View Source
const DN_CREATE = 4
View Source
const DN_DELETE = 8
View Source
const DN_MODIFY = 2
View Source
const DN_MULTISHOT = 2147483648
View Source
const DN_RENAME = 16
View Source
const DOTLOCK_SUFFIX = ".lock"
View Source
const E2BIG = 7
View Source
const EACCES = 13
View Source
const EADDRINUSE = 98
View Source
const EADDRNOTAVAIL = 99
View Source
const EADV = 68
View Source
const EAFNOSUPPORT = 97
View Source
const EAGAIN = 11
View Source
const EALREADY = 114
View Source
const EBADE = 52
View Source
const EBADF = 9
View Source
const EBADFD = 77
View Source
const EBADMSG = 74
View Source
const EBADR = 53
View Source
const EBADRQC = 56
View Source
const EBADSLT = 57
View Source
const EBFONT = 59
View Source
const EBUSY = 16
View Source
const ECANCELED = 125
View Source
const ECHILD = 10
View Source
const ECHRNG = 44
View Source
const ECOMM = 70
View Source
const ECONNABORTED = 103
View Source
const ECONNREFUSED = 111
View Source
const ECONNRESET = 104
View Source
const EDEADLK = 35
View Source
const EDEADLOCK = 35
View Source
const EDESTADDRREQ = 89
View Source
const EDOM = 33
View Source
const EDOTDOT = 73
View Source
const EDQUOT = 122
View Source
const EEXIST = 17
View Source
const EFAULT = 14
View Source
const EFBIG = 27
View Source
const EHOSTDOWN = 112
View Source
const EHOSTUNREACH = 113
View Source
const EHWPOISON = 133
View Source
const EIDRM = 43
View Source
const EILSEQ = 84
View Source
const EINPROGRESS = 115
View Source
const EINTR = 4
View Source
const EINVAL = 22
View Source
const EIO = 5
View Source
const EISCONN = 106
View Source
const EISDIR = 21
View Source
const EISNAM = 120
View Source
const EKEYEXPIRED = 127
View Source
const EKEYREJECTED = 129
View Source
const EKEYREVOKED = 128
View Source
const EL2HLT = 51
View Source
const EL2NSYNC = 45
View Source
const EL3HLT = 46
View Source
const EL3RST = 47
View Source
const ELIBACC = 79
View Source
const ELIBBAD = 80
View Source
const ELIBEXEC = 83
View Source
const ELIBMAX = 82
View Source
const ELIBSCN = 81
View Source
const ELNRNG = 48
View Source
const ELOOP = 40
View Source
const EMEDIUMTYPE = 124
View Source
const EMFILE = 24
View Source
const EMLINK = 31
View Source
const EMSGSIZE = 90
View Source
const EMULTIHOP = 72
View Source
const ENAMETOOLONG = 36
View Source
const ENAME_NAME = 0
View Source
const ENAME_ROWID = 3
View Source
const ENAME_SPAN = 1
View Source
const ENAME_TAB = 2
View Source
const ENAVAIL = 119
View Source
const ENETDOWN = 100
View Source
const ENETRESET = 102
View Source
const ENETUNREACH = 101
View Source
const ENFILE = 23
View Source
const ENOANO = 55
View Source
const ENOBUFS = 105
View Source
const ENOCSI = 50
View Source
const ENODATA = 61
View Source
const ENODEV = 19
View Source
const ENOENT = 2
View Source
const ENOEXEC = 8
View Source
const ENOKEY = 126
View Source
const ENOLCK = 37
View Source
const ENOLINK = 67
View Source
const ENOMEDIUM = 123
View Source
const ENOMEM = 12
View Source
const ENOMSG = 42
View Source
const ENONET = 64
View Source
const ENOPKG = 65
View Source
const ENOPROTOOPT = 92
View Source
const ENOSPC = 28
View Source
const ENOSR = 63
View Source
const ENOSTR = 60
View Source
const ENOSYS = 38
View Source
const ENOTBLK = 15
View Source
const ENOTCONN = 107
View Source
const ENOTDIR = 20
View Source
const ENOTEMPTY = 39
View Source
const ENOTNAM = 118
View Source
const ENOTRECOVERABLE = 131
View Source
const ENOTSOCK = 88
View Source
const ENOTSUP = 95
View Source
const ENOTTY = 25
View Source
const ENOTUNIQ = 76
View Source
const ENXIO = 6
View Source
const EOPNOTSUPP = 95
View Source
const EOVERFLOW = 75
View Source
const EOWNERDEAD = 130
View Source
const EPERM = 1
View Source
const EPFNOSUPPORT = 96
View Source
const EPIPE = 32
View Source
const EPROTO = 71
View Source
const EPROTONOSUPPORT = 93
View Source
const EPROTOTYPE = 91
View Source
const EP_Agg = 16
View Source
const EP_CanBeNull = 2097152
View Source
const EP_Collate = 512
View Source
const EP_Commuted = 1024
View Source
const EP_ConstFunc = 1048576
View Source
const EP_DblQuoted = 128
View Source
const EP_Distinct = 4
View Source
const EP_FixedCol = 32
View Source
const EP_FromDDL = 1073741824
View Source
const EP_FullSize = 131072
View Source
const EP_HasFunc = 8
View Source
const EP_IfNullRow = 262144
View Source
const EP_Immutable = 2
View Source
const EP_InfixFunc = 256
View Source
const EP_InnerON = 2
View Source
const EP_IntValue = 2048
View Source
const EP_IsFalse = 536870912
View Source
const EP_IsTrue = 268435456
View Source
const EP_Leaf = 8388608
View Source
const EP_NoReduce = 1
View Source
const EP_OuterON = 1
View Source
const EP_Propagate = 4194824
View Source
const EP_Quoted = 67108864
View Source
const EP_Reduced = 16384
View Source
const EP_Skip = 8192
View Source
const EP_Static = 134217728
View Source
const EP_Subquery = 4194304
View Source
const EP_Subrtn = 33554432
View Source
const EP_TokenOnly = 65536
View Source
const EP_Unlikely = 524288
View Source
const EP_VarSelect = 64
View Source
const EP_Win = 32768
View Source
const EP_WinFunc = 16777216
View Source
const EP_xIsSelect = 4096
View Source
const ERANGE = 34
View Source
const EREMCHG = 78
View Source
const EREMOTE = 66
View Source
const EREMOTEIO = 121
View Source
const ERESTART = 85
View Source
const ERFKILL = 132
View Source
const EROFS = 30
View Source
const ESHUTDOWN = 108
View Source
const ESOCKTNOSUPPORT = 94
View Source
const ESPIPE = 29
View Source
const ESRCH = 3
View Source
const ESRMNT = 69
View Source
const ESTALE = 116
View Source
const ESTRPIPE = 86
View Source
const ETIME = 62
View Source
const ETIMEDOUT = 110
View Source
const ETOOMANYREFS = 109
View Source
const ETXTBSY = 26
View Source
const EU4_EXPR = 2
View Source
const EU4_IDX = 1
View Source
const EU4_NONE = 0
View Source
const EUCLEAN = 117
View Source
const EUNATCH = 49
View Source
const EUSERS = 87
View Source
const EWOULDBLOCK = 11
View Source
const EXCLUDED_TABLE_NUMBER = 2
View Source
const EXCLUSIVE_LOCK = 4
View Source
const EXDEV = 18
View Source
const EXFULL = 54
View Source
const EXIT_FAILURE = 1
View Source
const EXIT_SUCCESS = 0
View Source
const EXPRDUP_REDUCE = 1
View Source
const EXPR_FULLSIZE = 0
View Source
const F2FS_FEATURE_ATOMIC_WRITE = 4
View Source
const F2FS_IOCTL_MAGIC = 245
View Source
const F2FS_IOC_ABORT_VOLATILE_WRITE = 62725
View Source
const F2FS_IOC_COMMIT_ATOMIC_WRITE = 62722
View Source
const F2FS_IOC_GET_FEATURES = 2147546380
View Source
const F2FS_IOC_START_ATOMIC_WRITE = 62721
View Source
const F2FS_IOC_START_VOLATILE_WRITE = 62723
View Source
const FALLOC_FL_KEEP_SIZE = 1
View Source
const FALLOC_FL_PUNCH_HOLE = 2
View Source
const FAPPEND = 1024
View Source
const FASYNC = 8192
View Source
const FD_CLOEXEC = 1
View Source
const FD_SETSIZE = 1024
View Source
const FFSYNC = 1052672
View Source
const FILENAME_MAX = 4096
View Source
const FIOASYNC = 21586
View Source
const FIOCLEX = 21585
View Source
const FIOGETOWN = 35075
View Source
const FIONBIO = 21537
View Source
const FIONCLEX = 21584
View Source
const FIONREAD = 21531
View Source
const FIOQSIZE = 21600
View Source
const FIOSETOWN = 35073
View Source
const FLAG_SIGNED = 1
View Source
const FLAG_STRING = 4
View Source
const FNDELAY = 2048
View Source
const FNONBLOCK = 2048
View Source
const FOPEN_MAX = 1000
View Source
const FP_ILOGB0 = -2147483648
View Source
const FP_ILOGBNAN = -2147483648
View Source
const FP_INFINITE = 1
View Source
const FP_NAN = 0
View Source
const FP_NORMAL = 4
View Source
const FP_SUBNORMAL = 3
View Source
const FP_ZERO = 2
View Source
const FTS5CSR_EOF = 1
View Source
const FTS5CSR_FREE_ZRANK = 16
View Source
const FTS5CSR_REQUIRE_CONTENT = 2
View Source
const FTS5CSR_REQUIRE_DOCSIZE = 4
View Source
const FTS5CSR_REQUIRE_INST = 8
View Source
const FTS5CSR_REQUIRE_POSLIST = 64
View Source
const FTS5CSR_REQUIRE_RESEEK = 32
View Source
const FTS5INDEX_QUERY_DESC = 2
View Source
const FTS5INDEX_QUERY_NOOUTPUT = 32
View Source
const FTS5INDEX_QUERY_NOTOKENDATA = 128
View Source
const FTS5INDEX_QUERY_PREFIX = 1
View Source
const FTS5INDEX_QUERY_SCAN = 8
View Source
const FTS5INDEX_QUERY_SCANONETERM = 256
View Source
const FTS5INDEX_QUERY_SKIPEMPTY = 16
View Source
const FTS5INDEX_QUERY_SKIPHASH = 64
View Source
const FTS5INDEX_QUERY_TEST_NOIDX = 4
View Source
const FTS5TOKEN = 0
View Source
const FTS5_AND = 2
View Source
const FTS5_AVERAGES_ROWID = 1
View Source
const FTS5_BI_MATCH = 1
View Source
const FTS5_BI_ORDER_DESC = 128
View Source
const FTS5_BI_ORDER_RANK = 32
View Source
const FTS5_BI_ORDER_ROWID = 64
View Source
const FTS5_BI_RANK = 2
View Source
const FTS5_BI_ROWID_EQ = 4
View Source
const FTS5_BI_ROWID_GE = 16
View Source
const FTS5_BI_ROWID_LE = 8
View Source
const FTS5_CARET = 12
View Source
const FTS5_COLON = 5
View Source
const FTS5_COMMA = 13
View Source
const FTS5_CONTENT_EXTERNAL = 2
View Source
const FTS5_CONTENT_NONE = 1
View Source
const FTS5_CONTENT_NORMAL = 0
View Source
const FTS5_CORRUPT = 267
View Source
const FTS5_CURRENT_VERSION = 4
View Source
const FTS5_CURRENT_VERSION_SECUREDELETE = 5
View Source
const FTS5_DATA_DLI_B = 1
View Source
const FTS5_DATA_HEIGHT_B = 5
View Source
const FTS5_DATA_ID_B = 16
View Source
const FTS5_DATA_PADDING = 20
View Source
const FTS5_DATA_PAGE_B = 31
View Source
const FTS5_DATA_ZERO_PADDING = 8
View Source
const FTS5_DEFAULT_AUTOMERGE = 4
View Source
const FTS5_DEFAULT_CRISISMERGE = 16
View Source
const FTS5_DEFAULT_DELETE_AUTOMERGE = 10
View Source
const FTS5_DEFAULT_HASHSIZE = 1048576
View Source
const FTS5_DEFAULT_NEARDIST = 10
View Source
const FTS5_DEFAULT_PAGE_SIZE = 4050
View Source
const FTS5_DEFAULT_RANK = "bm25"
View Source
const FTS5_DEFAULT_USERMERGE = 4
View Source
const FTS5_DETAIL_COLUMNS = 2
View Source
const FTS5_DETAIL_FULL = 0
View Source
const FTS5_DETAIL_NONE = 1
View Source
const FTS5_EOF = 0
View Source
const FTS5_LCP = 7
View Source
const FTS5_LP = 10
View Source
const FTS5_MAIN_PREFIX = 48
View Source
const FTS5_MAX_LEVEL = 64
View Source
const FTS5_MAX_PAGE_SIZE = 65536
View Source
const FTS5_MAX_PREFIX_INDEXES = 31
View Source
const FTS5_MAX_SEGMENT = 2000
View Source
const FTS5_MAX_TOKEN_SIZE = 32768
View Source
const FTS5_MERGE_NLIST = 16
View Source
const FTS5_MINUS = 6
View Source
const FTS5_MIN_DLIDX_SIZE = 4
View Source
const FTS5_NOINLINE = "SQLITE_NOINLINE"
View Source
const FTS5_NOT = 3
View Source
const FTS5_OPT_WORK_UNIT = 1000
View Source
const FTS5_OR = 1
View Source
const FTS5_PATTERN_GLOB = 66
View Source
const FTS5_PATTERN_LIKE = 65
View Source
const FTS5_PATTERN_NONE = 0
View Source
const FTS5_PLAN_MATCH = 1
View Source
const FTS5_PLAN_ROWID = 6
View Source
const FTS5_PLAN_SCAN = 5
View Source
const FTS5_PLAN_SORTED_MATCH = 4
View Source
const FTS5_PLAN_SOURCE = 2
View Source
const FTS5_PLAN_SPECIAL = 3
View Source
const FTS5_PLUS = 14
View Source
const FTS5_PORTER_MAX_TOKEN = 64
View Source
const FTS5_RANK_NAME = "rank"
View Source
const FTS5_RCP = 8
View Source
const FTS5_REMOVE_DIACRITICS_COMPLEX = 2
View Source
const FTS5_REMOVE_DIACRITICS_NONE = 0
View Source
const FTS5_REMOVE_DIACRITICS_SIMPLE = 1
View Source
const FTS5_ROWID_NAME = "rowid"
View Source
const FTS5_RP = 11
View Source
const FTS5_SEGITER_ONETERM = 1
View Source
const FTS5_SEGITER_REVERSE = 2
View Source
const FTS5_STAR = 15
View Source
const FTS5_STMT_DELETE_CONTENT = 5
View Source
const FTS5_STMT_DELETE_DOCSIZE = 7
View Source
const FTS5_STMT_INSERT_CONTENT = 3
View Source
const FTS5_STMT_LOOKUP = 2
View Source
const FTS5_STMT_LOOKUP_DOCSIZE = 8
View Source
const FTS5_STMT_REPLACE_CONFIG = 9
View Source
const FTS5_STMT_REPLACE_CONTENT = 4
View Source
const FTS5_STMT_REPLACE_DOCSIZE = 6
View Source
const FTS5_STMT_SCAN = 10
View Source
const FTS5_STMT_SCAN_ASC = 0
View Source
const FTS5_STMT_SCAN_DESC = 1
View Source
const FTS5_STRING = 9
View Source
const FTS5_STRUCTURE_ROWID = 10
View Source
const FTS5_STRUCTURE_V2 = "\xff\x00\x00\x01"
View Source
const FTS5_TERM = 4
View Source
const FTS5_TOKENIZE_AUX = 8
View Source
const FTS5_TOKENIZE_DOCUMENT = 4
View Source
const FTS5_TOKENIZE_PREFIX = 2
View Source
const FTS5_TOKENIZE_QUERY = 1
View Source
const FTS5_TOKEN_COLOCATED = 1
View Source
const FTS5_VOCAB_COL = 0
View Source
const FTS5_VOCAB_COL_SCHEMA = "term, col, doc, cnt"
View Source
const FTS5_VOCAB_INSTANCE = 2
View Source
const FTS5_VOCAB_INST_SCHEMA = "term, doc, col, offset"
View Source
const FTS5_VOCAB_ROW = 1
View Source
const FTS5_VOCAB_ROW_SCHEMA = "term, doc, cnt"
View Source
const FTS5_VOCAB_TERM_EQ = 1
View Source
const FTS5_VOCAB_TERM_GE = 2
View Source
const FTS5_VOCAB_TERM_LE = 4
View Source
const FTS5_WORK_UNIT = 64
View Source
const FULLY_WITHIN = 2
View Source
const FUNC_PERFECT_MATCH = 6
View Source
const F_ADD_SEALS = 1033
View Source
const F_CANCELLK = 1029
View Source
const F_DUPFD = 0
View Source
const F_DUPFD_CLOEXEC = 1030
View Source
const F_GETFD = 1
View Source
const F_GETFL = 3
View Source
const F_GETLEASE = 1025
View Source
const F_GETLK = 5
View Source
const F_GETOWN = 9
View Source
const F_GETOWNER_UIDS = 17
View Source
const F_GETOWN_EX = 16
View Source
const F_GETPIPE_SZ = 1032
View Source
const F_GETSIG = 11
View Source
const F_GET_FILE_RW_HINT = 1037
View Source
const F_GET_RW_HINT = 1035
View Source
const F_GET_SEALS = 1034
View Source
const F_LOCK = 1
View Source
const F_NOTIFY = 1026
View Source
const F_OFD_GETLK = 36
View Source
const F_OFD_SETLK = 37
View Source
const F_OFD_SETLKW = 38
View Source
const F_OK = 0
View Source
const F_OWNER_GID = 2
View Source
const F_OWNER_PGRP = 2
View Source
const F_OWNER_PID = 1
View Source
const F_OWNER_TID = 0
View Source
const F_RDLCK = 0
View Source
const F_SEAL_FUTURE_WRITE = 16
View Source
const F_SEAL_GROW = 4
View Source
const F_SEAL_SEAL = 1
View Source
const F_SEAL_SHRINK = 2
View Source
const F_SEAL_WRITE = 8
View Source
const F_SETFD = 2
View Source
const F_SETFL = 4
View Source
const F_SETLEASE = 1024
View Source
const F_SETLK = 6
View Source
const F_SETLKW = 7
View Source
const F_SETOWN = 8
View Source
const F_SETOWN_EX = 15
View Source
const F_SETPIPE_SZ = 1031
View Source
const F_SETSIG = 10
View Source
const F_SET_FILE_RW_HINT = 1038
View Source
const F_SET_RW_HINT = 1036
View Source
const F_TEST = 3
View Source
const F_TLOCK = 2
View Source
const F_ULOCK = 0
View Source
const F_UNLCK = 2
View Source
const F_WRLCK = 1
View Source
const GCC_VERSION = 12002000
View Source
const GEOPOLY_PI = 3.141592653589793
View Source
const HASHSIZE = 97
View Source
const HASHTABLE_HASH_1 = 383
View Source
const HASHTABLE_NPAGE = 4096
View Source
const HASHTABLE_NPAGE_ONE = 4096
View Source
const HASHTABLE_NSLOT = 8192
View Source
const HAVE_FCHOWN = 1
View Source
const HAVE_FULLFSYNC = 0
View Source
const HAVE_GETHOSTUUID = 0
View Source
const HAVE_LSTAT = 1
View Source
const HAVE_MREMAP = 1
View Source
const HAVE_PREAD = 1
View Source
const HAVE_PWRITE = 1
View Source
const HAVE_READLINK = 1
View Source
const HAVE_USLEEP = 1
View Source
const HUGE = 0
View Source
const HUGE_VALF = 0
View Source
const INCRINIT_NORMAL = 0
View Source
const INCRINIT_ROOT = 2
View Source
const INCRINIT_TASK = 1
View Source
const INFINITY = 0
View Source
const INITFLAG_AlterAdd = 3
View Source
const INITFLAG_AlterDrop = 2
View Source
const INITFLAG_AlterMask = 3
View Source
const INITFLAG_AlterRename = 1
View Source
const INLINEFUNC_affinity = 4
View Source
const INLINEFUNC_coalesce = 0
View Source
const INLINEFUNC_expr_compare = 3
View Source
const INLINEFUNC_expr_implies_expr = 2
View Source
const INLINEFUNC_iif = 5
View Source
const INLINEFUNC_implies_nonnull_row = 1
View Source
const INLINEFUNC_sqlite_offset = 6
View Source
const INLINEFUNC_unlikely = 99
View Source
const INTERFACE = 1
View Source
const IN_INDEX_EPH = 2
View Source
const IN_INDEX_INDEX_ASC = 3
View Source
const IN_INDEX_INDEX_DESC = 4
View Source
const IN_INDEX_LOOP = 4
View Source
const IN_INDEX_MEMBERSHIP = 2
View Source
const IN_INDEX_NOOP = 5
View Source
const IN_INDEX_NOOP_OK = 1
View Source
const IN_INDEX_ROWID = 1
View Source
const ITIMER_PROF = 2
View Source
const ITIMER_REAL = 0
View Source
const ITIMER_VIRTUAL = 1
View Source
const IsStat4 = 1
View Source
const JEACH_ATOM = 3
View Source
const JEACH_FULLKEY = 6
View Source
const JEACH_ID = 4
View Source
const JEACH_JSON = 8
View Source
const JEACH_KEY = 0
View Source
const JEACH_PARENT = 5
View Source
const JEACH_PATH = 7
View Source
const JEACH_ROOT = 9
View Source
const JEACH_TYPE = 2
View Source
const JEACH_VALUE = 1
View Source
const JEDIT_DEL = 1
View Source
const JEDIT_INS = 3
View Source
const JEDIT_REPL = 2
View Source
const JEDIT_SET = 4
View Source
const JSONB_ARRAY = 11
View Source
const JSONB_FALSE = 2
View Source
const JSONB_FLOAT = 5
View Source
const JSONB_FLOAT5 = 6
View Source
const JSONB_INT = 3
View Source
const JSONB_INT5 = 4
View Source
const JSONB_NULL = 0
View Source
const JSONB_OBJECT = 12
View Source
const JSONB_TEXT = 7
View Source
const JSONB_TEXT5 = 9
View Source
const JSONB_TEXTJ = 8
View Source
const JSONB_TEXTRAW = 10
View Source
const JSONB_TRUE = 1
View Source
const JSON_ABPATH = 3
View Source
const JSON_BLOB = 8
View Source
const JSON_CACHE_ID = -429938
View Source
const JSON_CACHE_SIZE = 4
View Source
const JSON_EDITABLE = 1
View Source
const JSON_INVALID_CHAR = 629145
View Source
const JSON_ISSET = 4
View Source
const JSON_JSON = 1
View Source
const JSON_KEEPERROR = 2
View Source
const JSON_LOOKUP_ERROR = 4294967295
View Source
const JSON_LOOKUP_NOTFOUND = 4294967294
View Source
const JSON_LOOKUP_PATHERROR = 4294967293
View Source
const JSON_MAX_DEPTH = 1000
View Source
const JSON_MERGE_BADPATCH = 2
View Source
const JSON_MERGE_BADTARGET = 1
View Source
const JSON_MERGE_OK = 0
View Source
const JSON_MERGE_OOM = 3
View Source
const JSON_SQL = 2
View Source
const JSON_SUBTYPE = 74
View Source
const JSTRING_ERR = 4
View Source
const JSTRING_MALFORMED = 2
View Source
const JSTRING_OOM = 1
View Source
const JT_CROSS = 2
View Source
const JT_ERROR = 128
View Source
const JT_INNER = 1
View Source
const JT_LEFT = 8
View Source
const JT_LTORJ = 64
View Source
const JT_NATURAL = 4
View Source
const JT_OUTER = 32
View Source
const JT_RIGHT = 16
View Source
const KEYINFO_ORDER_BIGNULL = 2
View Source
const KEYINFO_ORDER_DESC = 1
View Source
const LEGACY_SCHEMA_TABLE = "sqlite_master"
View Source
const LEGACY_TEMP_SCHEMA_TABLE = "sqlite_temp_master"
View Source
const LITTLE_ENDIAN = 1234
View Source
const LOCATE_NOERR = 2
View Source
const LOCATE_VIEW = 1
View Source
const LONGDOUBLE_TYPE = 0
View Source
const LOOKASIDE_SMALL = 128
View Source
const L_INCR = 1
View Source
const L_SET = 0
View Source
const L_XTND = 2
View Source
const L_ctermid = 20
View Source
const L_cuserid = 20
View Source
const L_tmpnam = 20
View Source
const M10d_Any = 1
View Source
const M10d_No = 2
View Source
const M10d_Yes = 0
View Source
const MADV_COLD = 20
View Source
const MADV_DODUMP = 17
View Source
const MADV_DOFORK = 11
View Source
const MADV_DONTDUMP = 16
View Source
const MADV_DONTFORK = 10
View Source
const MADV_DONTNEED = 4
View Source
const MADV_FREE = 8
View Source
const MADV_HUGEPAGE = 14
View Source
const MADV_HWPOISON = 100
View Source
const MADV_KEEPONFORK = 19
View Source
const MADV_MERGEABLE = 12
View Source
const MADV_NOHUGEPAGE = 15
View Source
const MADV_NORMAL = 0
View Source
const MADV_PAGEOUT = 21
View Source
const MADV_RANDOM = 1
View Source
const MADV_REMOVE = 9
View Source
const MADV_SEQUENTIAL = 2
View Source
const MADV_SOFT_OFFLINE = 101
View Source
const MADV_UNMERGEABLE = 13
View Source
const MADV_WILLNEED = 3
View Source
const MADV_WIPEONFORK = 18
View Source
const MAP_32BIT = 64
View Source
const MAP_ANON = 32
View Source
const MAP_ANONYMOUS = 32
View Source
const MAP_DENYWRITE = 2048
View Source
const MAP_EXECUTABLE = 4096
View Source
const MAP_FAILED = -1
View Source
const MAP_FILE = 0
View Source
const MAP_FIXED = 16
View Source
const MAP_FIXED_NOREPLACE = 1048576
View Source
const MAP_GROWSDOWN = 256
View Source
const MAP_HUGETLB = 262144
View Source
const MAP_HUGE_16GB = 2281701376
View Source
const MAP_HUGE_16KB = 939524096
View Source
const MAP_HUGE_16MB = 1610612736
View Source
const MAP_HUGE_1GB = 2013265920
View Source
const MAP_HUGE_1MB = 1342177280
View Source
const MAP_HUGE_256MB = 1879048192
View Source
const MAP_HUGE_2GB = 2080374784
View Source
const MAP_HUGE_2MB = 1409286144
View Source
const MAP_HUGE_32MB = 1677721600
View Source
const MAP_HUGE_512KB = 1275068416
View Source
const MAP_HUGE_512MB = 1946157056
View Source
const MAP_HUGE_64KB = 1073741824
View Source
const MAP_HUGE_8MB = 1543503872
View Source
const MAP_HUGE_MASK = 63
View Source
const MAP_HUGE_SHIFT = 26
View Source
const MAP_LOCKED = 8192
View Source
const MAP_NONBLOCK = 65536
View Source
const MAP_NORESERVE = 16384
View Source
const MAP_POPULATE = 32768
View Source
const MAP_PRIVATE = 2
View Source
const MAP_SHARED = 1
View Source
const MAP_SHARED_VALIDATE = 3
View Source
const MAP_STACK = 131072
View Source
const MAP_SYNC = 524288
View Source
const MAP_TYPE = 15
View Source
const MATH_ERREXCEPT = 2
View Source
const MATH_ERRNO = 1
View Source
const MAX_HANDLE_SZ = 128
View Source
const MAX_PATHNAME = 512
View Source
const MAX_SECTOR_SIZE = 65536
View Source
const MB_CUR_MAX = 0
View Source
const MCL_CURRENT = 1
View Source
const MCL_FUTURE = 2
View Source
const MCL_ONFAULT = 4
View Source
const MEMJOURNAL_DFLT_FILECHUNKSIZE = 1024
View Source
const MEMTYPE_HEAP = 1
View Source
const MEMTYPE_LOOKASIDE = 2
View Source
const MEMTYPE_PCACHE = 4
View Source
const MEM_AffMask = 63
View Source
const MEM_Agg = 32768
View Source
const MEM_Blob = 16
View Source
const MEM_Cleared = 256
View Source
const MEM_Dyn = 4096
View Source
const MEM_Ephem = 16384
View Source
const MEM_FromBind = 64
View Source
const MEM_Int = 4
View Source
const MEM_IntReal = 32
View Source
const MEM_Null = 1
View Source
const MEM_Real = 8
View Source
const MEM_Static = 8192
View Source
const MEM_Str = 2
View Source
const MEM_Subtype = 2048
View Source
const MEM_Term = 512
View Source
const MEM_TypeMask = 3519
View Source
const MEM_Undefined = 0
View Source
const MEM_Zero = 1024
View Source
const MFD_ALLOW_SEALING = 2
View Source
const MFD_CLOEXEC = 1
View Source
const MFD_HUGETLB = 4
View Source
const MLOCK_ONFAULT = 1
View Source
const MREMAP_DONTUNMAP = 4
View Source
const MREMAP_FIXED = 2
View Source
const MREMAP_MAYMOVE = 1
View Source
const MSVC_VERSION = 0
View Source
const MS_ASYNC = 1
View Source
const MS_INVALIDATE = 2
View Source
const MS_SYNC = 4
View Source
const M_1_PI = 0
View Source
const M_2_PI = 0
View Source
const M_2_SQRTPI = 0
View Source
const M_E = 0
View Source
const M_LN10 = 0
View Source
const M_LN2 = 0
View Source
const M_LOG10E = 0
View Source
const M_LOG2E = 0
View Source
const M_PI = 3.141592653589793
View Source
const M_PI_2 = 0
View Source
const M_PI_4 = 0
View Source
const M_SQRT1_2 = 0
View Source
const M_SQRT2 = 0
View Source
const NAN = 0
View Source
const NB = 3
View Source
const NC_AllowAgg = 1
View Source
const NC_AllowWin = 16384
View Source
const NC_Complex = 8192
View Source
const NC_FromDDL = 262144
View Source
const NC_GenCol = 8
View Source
const NC_HasAgg = 16
View Source
const NC_HasWin = 32768
View Source
const NC_IdxExpr = 32
View Source
const NC_InAggFunc = 131072
View Source
const NC_IsCheck = 4
View Source
const NC_IsDDL = 65536
View Source
const NC_MinMaxAgg = 4096
View Source
const NC_NoSelect = 524288
View Source
const NC_OrderAgg = 134217728
View Source
const NC_PartIdx = 2
View Source
const NC_SelfRef = 46
View Source
const NC_Subquery = 64
View Source
const NC_UAggInfo = 256
View Source
const NC_UBaseReg = 1024
View Source
const NC_UEList = 128
View Source
const NC_UUpsert = 512
View Source
const NC_Where = 1048576
View Source
const NDEBUG = 1
View Source
const NN = 1
View Source
const NOT_WITHIN = 0
View Source
const NO_LOCK = 0
View Source
const N_6PACK = 7
View Source
const N_AX25 = 5
View Source
const N_CAIF = 20
View Source
const N_GIGASET_M101 = 16
View Source
const N_GSM0710 = 21
View Source
const N_HCI = 15
View Source
const N_HDLC = 13
View Source
const N_IRDA = 11
View Source
const N_MASC = 8
View Source
const N_MOUSE = 2
View Source
const N_NCI = 25
View Source
const N_NULL = 27
View Source
const N_OR_COST = 3
View Source
const N_PPP = 3
View Source
const N_PPS = 18
View Source
const N_PROFIBUS_FDL = 10
View Source
const N_R3964 = 9
View Source
const N_SLCAN = 17
View Source
const N_SLIP = 1
View Source
const N_SMSBLOCK = 12
View Source
const N_SORT_BUCKET = 32
View Source
const N_SPEAKUP = 26
View Source
const N_STATEMENT = 8
View Source
const N_STRIP = 4
View Source
const N_SYNC_PPP = 14
View Source
const N_TI_WL = 22
View Source
const N_TRACEROUTER = 24
View Source
const N_TRACESINK = 23
View Source
const N_TTY = 0
View Source
const N_V253 = 19
View Source
const N_X25 = 6
View Source
const OE_Abort = 2
View Source
const OE_Cascade = 10
View Source
const OE_Default = 11
View Source
const OE_Fail = 3
View Source
const OE_Ignore = 4
View Source
const OE_None = 0
View Source
const OE_Replace = 5
View Source
const OE_Restrict = 7
View Source
const OE_Rollback = 1
View Source
const OE_SetDflt = 9
View Source
const OE_SetNull = 8
View Source
const OE_Update = 6
View Source
const OMIT_TEMPDB = 0
View Source
const ONEPASS_MULTI = 2
View Source
const ONEPASS_OFF = 0
View Source
const ONEPASS_SINGLE = 1
View Source
const OPFLAG_APPEND = 8
View Source
const OPFLAG_AUXDELETE = 4
View Source
const OPFLAG_BULKCSR = 1
View Source
const OPFLAG_BYTELENARG = 192
View Source
const OPFLAG_EPHEM = 1
View Source
const OPFLAG_FORDELETE = 8
View Source
const OPFLAG_ISNOOP = 64
View Source
const OPFLAG_ISUPDATE = 4
View Source
const OPFLAG_LASTROWID = 32
View Source
const OPFLAG_LENGTHARG = 64
View Source
const OPFLAG_NCHANGE = 1
View Source
const OPFLAG_NOCHNG = 1
View Source
const OPFLAG_NOCHNG_MAGIC = 109
View Source
const OPFLAG_P2ISREG = 16
View Source
const OPFLAG_PERMUTE = 1
View Source
const OPFLAG_PREFORMAT = 128
View Source
const OPFLAG_SAVEPOSITION = 2
View Source
const OPFLAG_SEEKEQ = 2
View Source
const OPFLAG_TYPEOFARG = 128
View Source
const OPFLAG_USESEEKRESULT = 16
View Source
const OPFLG_IN1 = 2
View Source
const OPFLG_IN2 = 4
View Source
const OPFLG_IN3 = 8
View Source
const OPFLG_JUMP = 1
View Source
const OPFLG_JUMP0 = 128
View Source
const OPFLG_NCYCLE = 64
View Source
const OPFLG_OUT2 = 16
View Source
const OPFLG_OUT3 = 32
View Source
const OP_Abortable = 189
View Source
const OP_Add = 106
View Source
const OP_AddImm = 86
View Source
const OP_Affinity = 96
View Source
const OP_AggFinal = 165
View Source
const OP_AggInverse = 161
View Source
const OP_AggStep = 162
View Source
const OP_AggStep1 = 163
View Source
const OP_AggValue = 164
View Source
const OP_And = 44
View Source
const OP_AutoCommit = 1
View Source
const OP_BeginSubrtn = 74
View Source
const OP_BitAnd = 102
View Source
const OP_BitNot = 114
View Source
const OP_BitOr = 103
View Source
const OP_Blob = 77
View Source
const OP_Cast = 88
View Source
const OP_Checkpoint = 3
View Source
const OP_Clear = 145
View Source
const OP_Close = 122
View Source
const OP_ClrSubtype = 180
View Source
const OP_CollSeq = 85
View Source
const OP_Column = 94
View Source
const OP_ColumnsUsed = 123
View Source
const OP_Compare = 90
View Source
const OP_Concat = 111
View Source
const OP_Copy = 80
View Source
const OP_Count = 98
View Source
const OP_CreateBtree = 147
View Source
const OP_CursorHint = 185
View Source
const OP_CursorLock = 167
View Source
const OP_CursorUnlock = 168
View Source
const OP_DecrJumpZero = 61
View Source
const OP_DeferredSeek = 141
View Source
const OP_Delete = 130
View Source
const OP_Destroy = 144
View Source
const OP_Divide = 109
View Source
const OP_DropIndex = 152
View Source
const OP_DropTable = 151
View Source
const OP_DropTrigger = 154
View Source
const OP_ElseEq = 58
View Source
const OP_EndCoroutine = 68
View Source
const OP_Eq = 53
View Source
const OP_Expire = 166
View Source
const OP_Explain = 188
View Source
const OP_Filter = 64
View Source
const OP_FilterAdd = 183
View Source
const OP_FinishSeek = 143
View Source
const OP_FkCheck = 83
View Source
const OP_FkCounter = 158
View Source
const OP_FkIfZero = 49
View Source
const OP_Found = 29
View Source
const OP_Function = 66
View Source
const OP_Ge = 57
View Source
const OP_GetSubtype = 181
View Source
const OP_Gosub = 10
View Source
const OP_Goto = 9
View Source
const OP_Gt = 54
View Source
const OP_Halt = 70
View Source
const OP_HaltIfNull = 69
View Source
const OP_IdxDelete = 140
View Source
const OP_IdxGE = 45
View Source
const OP_IdxGT = 41
View Source
const OP_IdxInsert = 138
View Source
const OP_IdxLE = 40
View Source
const OP_IdxLT = 42
View Source
const OP_IdxRowid = 142
View Source
const OP_If = 16
View Source
const OP_IfNoHope = 26
View Source
const OP_IfNot = 17
View Source
const OP_IfNotOpen = 25
View Source
const OP_IfNotZero = 60
View Source
const OP_IfNullRow = 20
View Source
const OP_IfPos = 59
View Source
const OP_IfSizeBetween = 33
View Source
const OP_IncrVacuum = 62
View Source
const OP_Init = 8
View Source
const OP_InitCoroutine = 11
View Source
const OP_Insert = 128
View Source
const OP_Int64 = 72
View Source
const OP_IntCopy = 82
View Source
const OP_Integer = 71
View Source
const OP_IntegrityCk = 155
View Source
const OP_IsNull = 50
View Source
const OP_IsTrue = 91
View Source
const OP_IsType = 18
View Source
const OP_JournalMode = 4
View Source
const OP_Jump = 14
View Source
const OP_Last = 32
View Source
const OP_Le = 55
View Source
const OP_LoadAnalysis = 150
View Source
const OP_Lt = 56
View Source
const OP_MakeRecord = 97
View Source
const OP_MaxPgcnt = 179
View Source
const OP_MemMax = 159
View Source
const OP_Move = 79
View Source
const OP_Multiply = 108
View Source
const OP_MustBeInt = 13
View Source
const OP_Ne = 52
View Source
const OP_NewRowid = 127
View Source
const OP_Next = 39
View Source
const OP_NoConflict = 27
View Source
const OP_Noop = 187
View Source
const OP_Not = 19
View Source
const OP_NotExists = 31
View Source
const OP_NotFound = 28
View Source
const OP_NotNull = 51
View Source
const OP_Null = 75
View Source
const OP_NullRow = 136
View Source
const OP_Offset = 93
View Source
const OP_OffsetLimit = 160
View Source
const OP_Once = 15
View Source
const OP_OpenAutoindex = 116
View Source
const OP_OpenDup = 115
View Source
const OP_OpenEphemeral = 118
View Source
const OP_OpenPseudo = 121
View Source
const OP_OpenRead = 112
View Source
const OP_OpenWrite = 113
View Source
const OP_Or = 43
View Source
const OP_Pagecount = 178
View Source
const OP_Param = 157
View Source
const OP_ParseSchema = 149
View Source
const OP_Permutation = 89
View Source
const OP_Prev = 38
View Source
const OP_Program = 48
View Source
const OP_PureFunc = 65
View Source
const OP_ReadCookie = 99
View Source
const OP_Real = 153
View Source
const OP_RealAffinity = 87
View Source
const OP_ReleaseReg = 186
View Source
const OP_Remainder = 110
View Source
const OP_ReopenIdx = 101
View Source
const OP_ResetCount = 131
View Source
const OP_ResetSorter = 146
View Source
const OP_ResultRow = 84
View Source
const OP_Return = 67
View Source
const OP_Rewind = 36
View Source
const OP_RowCell = 129
View Source
const OP_RowData = 134
View Source
const OP_RowSetAdd = 156
View Source
const OP_RowSetRead = 46
View Source
const OP_RowSetTest = 47
View Source
const OP_Rowid = 135
View Source
const OP_SCopy = 81
View Source
const OP_Savepoint = 0
View Source
const OP_SeekEnd = 137
View Source
const OP_SeekGE = 23
View Source
const OP_SeekGT = 24
View Source
const OP_SeekHit = 125
View Source
const OP_SeekLE = 22
View Source
const OP_SeekLT = 21
View Source
const OP_SeekRowid = 30
View Source
const OP_SeekScan = 124
View Source
const OP_Sequence = 126
View Source
const OP_SequenceTest = 120
View Source
const OP_SetCookie = 100
View Source
const OP_SetSubtype = 182
View Source
const OP_ShiftLeft = 104
View Source
const OP_ShiftRight = 105
View Source
const OP_SoftNull = 76
View Source
const OP_Sort = 35
View Source
const OP_SorterCompare = 132
View Source
const OP_SorterData = 133
View Source
const OP_SorterInsert = 139
View Source
const OP_SorterNext = 37
View Source
const OP_SorterOpen = 119
View Source
const OP_SorterSort = 34
View Source
const OP_SqlExec = 148
View Source
const OP_String = 73
View Source
const OP_String8 = 117
View Source
const OP_Subtract = 107
View Source
const OP_TableLock = 169
View Source
const OP_Trace = 184
View Source
const OP_Transaction = 2
View Source
const OP_TypeCheck = 95
View Source
const OP_VBegin = 170
View Source
const OP_VCheck = 174
View Source
const OP_VColumn = 176
View Source
const OP_VCreate = 171
View Source
const OP_VDestroy = 172
View Source
const OP_VFilter = 6
View Source
const OP_VInitIn = 175
View Source
const OP_VNext = 63
View Source
const OP_VOpen = 173
View Source
const OP_VRename = 177
View Source
const OP_VUpdate = 7
View Source
const OP_Vacuum = 5
View Source
const OP_Variable = 78
View Source
const OP_Yield = 12
View Source
const OP_ZeroOrNull = 92
View Source
const OS_VXWORKS = 0
View Source
const O_ACCMODE = 2097155
View Source
const O_APPEND = 1024
View Source
const O_ASYNC = 8192
View Source
const O_BINARY = 0
View Source
const O_CLOEXEC = 524288
View Source
const O_CREAT = 64
View Source
const O_DIRECT = 16384
View Source
const O_DIRECTORY = 65536
View Source
const O_DSYNC = 4096
View Source
const O_EXCL = 128
View Source
const O_EXEC = 2097152
View Source
const O_LARGEFILE = 32768
View Source
const O_NDELAY = 2048
View Source
const O_NOATIME = 262144
View Source
const O_NOCTTY = 256
View Source
const O_NOFOLLOW = 131072
View Source
const O_NONBLOCK = 2048
View Source
const O_PATH = 2097152
View Source
const O_RDONLY = 0
View Source
const O_RDWR = 2
View Source
const O_RSYNC = 1052672
View Source
const O_SEARCH = 2097152
View Source
const O_SYNC = 1052672
View Source
const O_TMPFILE = 4259840
View Source
const O_TRUNC = 512
View Source
const O_TTY_INIT = 0
View Source
const O_WRONLY = 1
View Source
const P4_COLLSEQ = -2
View Source
const P4_DYNAMIC = -6
View Source
const P4_EXPR = -9
View Source
const P4_FREE_IF_LE = -6
View Source
const P4_FUNCCTX = -15
View Source
const P4_FUNCDEF = -7
View Source
const P4_INT32 = -3
View Source
const P4_INT64 = -13
View Source
const P4_INTARRAY = -14
View Source
const P4_KEYINFO = -8
View Source
const P4_MEM = -10
View Source
const P4_NOTUSED = 0
View Source
const P4_REAL = -12
View Source
const P4_STATIC = -1
View Source
const P4_SUBPROGRAM = -4
View Source
const P4_TABLE = -5
View Source
const P4_TABLEREF = -16
View Source
const P4_TRANSIENT = 0
View Source
const P4_VTAB = -11
View Source
const P5_ConstraintCheck = 3
View Source
const P5_ConstraintFK = 4
View Source
const P5_ConstraintNotNull = 1
View Source
const P5_ConstraintUnique = 2
View Source
const PAGER_CACHESPILL = 32
View Source
const PAGER_CKPT_FULLFSYNC = 16
View Source
const PAGER_ERROR = 6
View Source
const PAGER_FLAGS_MASK = 56
View Source
const PAGER_FULLFSYNC = 8
View Source
const PAGER_GET_NOCONTENT = 1
View Source
const PAGER_GET_READONLY = 2
View Source
const PAGER_JOURNALMODE_DELETE = 0
View Source
const PAGER_JOURNALMODE_MEMORY = 4
View Source
const PAGER_JOURNALMODE_OFF = 2
View Source
const PAGER_JOURNALMODE_PERSIST = 1
View Source
const PAGER_JOURNALMODE_QUERY = -1
View Source
const PAGER_JOURNALMODE_TRUNCATE = 3
View Source
const PAGER_JOURNALMODE_WAL = 5
View Source
const PAGER_LOCKINGMODE_EXCLUSIVE = 1
View Source
const PAGER_LOCKINGMODE_NORMAL = 0
View Source
const PAGER_LOCKINGMODE_QUERY = -1
View Source
const PAGER_MEMORY = 2
View Source
const PAGER_OMIT_JOURNAL = 1
View Source
const PAGER_OPEN = 0
View Source
const PAGER_READER = 1
View Source
const PAGER_STAT_HIT = 0
View Source
const PAGER_STAT_MISS = 1
View Source
const PAGER_STAT_SPILL = 3
View Source
const PAGER_STAT_WRITE = 2
View Source
const PAGER_SYNCHRONOUS_EXTRA = 4
View Source
const PAGER_SYNCHRONOUS_FULL = 3
View Source
const PAGER_SYNCHRONOUS_MASK = 7
View Source
const PAGER_SYNCHRONOUS_NORMAL = 2
View Source
const PAGER_SYNCHRONOUS_OFF = 1
View Source
const PAGER_WRITER_CACHEMOD = 3
View Source
const PAGER_WRITER_DBMOD = 4
View Source
const PAGER_WRITER_FINISHED = 5
View Source
const PAGER_WRITER_LOCKED = 2
View Source
const PARSE_MODE_DECLARE_VTAB = 1
View Source
const PARSE_MODE_NORMAL = 0
View Source
const PARSE_MODE_RENAME = 2
View Source
const PARSE_MODE_UNMAP = 3
View Source
const PARTLY_WITHIN = 1
View Source
const PCACHE1_MIGHT_USE_GROUP_MUTEX = 1
View Source
const PCACHE_DIRTYLIST_ADD = 2
View Source
const PCACHE_DIRTYLIST_FRONT = 3
View Source
const PCACHE_DIRTYLIST_REMOVE = 1
View Source
const PDP_ENDIAN = 3412
View Source
const PENDING_BYTE = 0
View Source
const PENDING_LOCK = 3
View Source
const PGHDR_CLEAN = 1
View Source
const PGHDR_DIRTY = 2
View Source
const PGHDR_DONT_WRITE = 16
View Source
const PGHDR_MMAP = 32
View Source
const PGHDR_NEED_SYNC = 8
View Source
const PGHDR_WAL_APPEND = 64
View Source
const PGHDR_WRITEABLE = 4
View Source
const POSIX_CLOSE_RESTART = 0
View Source
const POSIX_FADV_DONTNEED = 4
View Source
const POSIX_FADV_NOREUSE = 5
View Source
const POSIX_FADV_NORMAL = 0
View Source
const POSIX_FADV_RANDOM = 1
View Source
const POSIX_FADV_SEQUENTIAL = 2
View Source
const POSIX_FADV_WILLNEED = 3
View Source
const POSIX_MADV_DONTNEED = 4
View Source
const POSIX_MADV_NORMAL = 0
View Source
const POSIX_MADV_RANDOM = 1
View Source
const POSIX_MADV_SEQUENTIAL = 2
View Source
const POSIX_MADV_WILLNEED = 3
View Source
const PREFERRED_SCHEMA_TABLE = "sqlite_schema"
View Source
const PREFERRED_TEMP_SCHEMA_TABLE = "sqlite_temp_schema"
View Source
const PROT_EXEC = 4
View Source
const PROT_GROWSDOWN = 16777216
View Source
const PROT_GROWSUP = 33554432
View Source
const PROT_NONE = 0
View Source
const PROT_READ = 1
View Source
const PROT_WRITE = 2
View Source
const PTF_INTKEY = 1
View Source
const PTF_LEAF = 8
View Source
const PTF_LEAFDATA = 4
View Source
const PTF_ZERODATA = 2
View Source
const PTHREAD_BARRIER_SERIAL_THREAD = -1
View Source
const PTHREAD_CANCELED = -1
View Source
const PTHREAD_CANCEL_ASYNCHRONOUS = 1
View Source
const PTHREAD_CANCEL_DEFERRED = 0
View Source
const PTHREAD_CANCEL_DISABLE = 1
View Source
const PTHREAD_CANCEL_ENABLE = 0
View Source
const PTHREAD_CANCEL_MASKED = 2
View Source
const PTHREAD_CREATE_DETACHED = 1
View Source
const PTHREAD_CREATE_JOINABLE = 0
View Source
const PTHREAD_EXPLICIT_SCHED = 1
View Source
const PTHREAD_INHERIT_SCHED = 0
View Source
const PTHREAD_MUTEX_DEFAULT = 0
View Source
const PTHREAD_MUTEX_ERRORCHECK = 2
View Source
const PTHREAD_MUTEX_NORMAL = 0
View Source
const PTHREAD_MUTEX_RECURSIVE = 1
View Source
const PTHREAD_MUTEX_ROBUST = 1
View Source
const PTHREAD_MUTEX_STALLED = 0
View Source
const PTHREAD_ONCE_INIT = 0
View Source
const PTHREAD_PRIO_INHERIT = 1
View Source
const PTHREAD_PRIO_NONE = 0
View Source
const PTHREAD_PRIO_PROTECT = 2
View Source
const PTHREAD_PROCESS_PRIVATE = 0
View Source
const PTHREAD_PROCESS_SHARED = 1
View Source
const PTHREAD_SCOPE_PROCESS = 1
View Source
const PTHREAD_SCOPE_SYSTEM = 0
View Source
const PTRMAP_BTREE = 5
View Source
const PTRMAP_FREEPAGE = 2
View Source
const PTRMAP_OVERFLOW1 = 3
View Source
const PTRMAP_OVERFLOW2 = 4
View Source
const PTRMAP_ROOTPAGE = 1
View Source
const P_tmpdir = "/tmp"
View Source
const PragFlg_NeedSchema = 1
View Source
const PragFlg_NoColumns = 2
View Source
const PragFlg_NoColumns1 = 4
View Source
const PragFlg_ReadOnly = 8
View Source
const PragFlg_Result0 = 16
View Source
const PragFlg_Result1 = 32
View Source
const PragFlg_SchemaOpt = 64
View Source
const PragFlg_SchemaReq = 128
View Source
const PragTyp_ACTIVATE_EXTENSIONS = 0
View Source
const PragTyp_ANALYSIS_LIMIT = 1
View Source
const PragTyp_AUTO_VACUUM = 3
View Source
const PragTyp_BUSY_TIMEOUT = 5
View Source
const PragTyp_CACHE_SIZE = 6
View Source
const PragTyp_CACHE_SPILL = 7
View Source
const PragTyp_CASE_SENSITIVE_LIKE = 8
View Source
const PragTyp_COLLATION_LIST = 9
View Source
const PragTyp_COMPILE_OPTIONS = 10
View Source
const PragTyp_DATABASE_LIST = 12
View Source
const PragTyp_DATA_STORE_DIRECTORY = 11
View Source
const PragTyp_DEFAULT_CACHE_SIZE = 13
View Source
const PragTyp_ENCODING = 14
View Source
const PragTyp_FLAG = 4
View Source
const PragTyp_FOREIGN_KEY_CHECK = 15
View Source
const PragTyp_FOREIGN_KEY_LIST = 16
View Source
const PragTyp_FUNCTION_LIST = 17
View Source
const PragTyp_HARD_HEAP_LIMIT = 18
View Source
const PragTyp_HEADER_VALUE = 2
View Source
const PragTyp_INCREMENTAL_VACUUM = 19
View Source
const PragTyp_INDEX_INFO = 20
View Source
const PragTyp_INDEX_LIST = 21
View Source
const PragTyp_INTEGRITY_CHECK = 22
View Source
const PragTyp_JOURNAL_MODE = 23
View Source
const PragTyp_JOURNAL_SIZE_LIMIT = 24
View Source
const PragTyp_LOCKING_MODE = 26
View Source
const PragTyp_LOCK_PROXY_FILE = 25
View Source
const PragTyp_LOCK_STATUS = 44
View Source
const PragTyp_MMAP_SIZE = 28
View Source
const PragTyp_MODULE_LIST = 29
View Source
const PragTyp_OPTIMIZE = 30
View Source
const PragTyp_PAGE_COUNT = 27
View Source
const PragTyp_PAGE_SIZE = 31
View Source
const PragTyp_PRAGMA_LIST = 32
View Source
const PragTyp_SECURE_DELETE = 33
View Source
const PragTyp_SHRINK_MEMORY = 34
View Source
const PragTyp_SOFT_HEAP_LIMIT = 35
View Source
const PragTyp_STATS = 45
View Source
const PragTyp_SYNCHRONOUS = 36
View Source
const PragTyp_TABLE_INFO = 37
View Source
const PragTyp_TABLE_LIST = 38
View Source
const PragTyp_TEMP_STORE = 39
View Source
const PragTyp_TEMP_STORE_DIRECTORY = 40
View Source
const PragTyp_THREADS = 41
View Source
const PragTyp_WAL_AUTOCHECKPOINT = 42
View Source
const PragTyp_WAL_CHECKPOINT = 43