diff options
author | Wez Furlong <wez@php.net> | 2005-02-27 05:20:19 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-27 05:20:19 +0000 |
commit | ae5649598dcbb3b3b105344452c782bf0f289739 (patch) | |
tree | e03893cec670b02478808f8913d6b4148455ec2c /ext/pdo_sqlite/sqlite/src/opcodes.c | |
parent | 58f61a16eea562cfed04c19cc319a608b2e9f345 (diff) | |
download | php-git-ae5649598dcbb3b3b105344452c782bf0f289739.tar.gz |
upgrade bundled sqlite to sqlite 3.1.3
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/opcodes.c')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/opcodes.c | 259 |
1 files changed, 134 insertions, 125 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/opcodes.c b/ext/pdo_sqlite/sqlite/src/opcodes.c index b6f012198d..734d1a5409 100644 --- a/ext/pdo_sqlite/sqlite/src/opcodes.c +++ b/ext/pdo_sqlite/sqlite/src/opcodes.c @@ -1,128 +1,137 @@ /* Automatically generated. Do not edit */ -/* See the mkopcodec.h script for details. */ +/* See the mkopcodec.awk script for details. */ +#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG) const char *const sqlite3OpcodeNames[] = { "?", - "ContextPop", - "IntegrityCk", - "DropTrigger", - "DropIndex", - "Recno", - "KeyAsData", - "Delete", - "MoveGt", - "VerifyCookie", - "Push", - "Dup", - "Blob", - "IdxGT", - "IdxRecno", - "RowKey", - "PutStrKey", - "IsUnique", - "SetNumColumns", - "IdxIsNull", - "NullRow", - "OpenPseudo", - "OpenWrite", - "OpenRead", - "Transaction", - "AutoCommit", - "Pop", - "Halt", - "Vacuum", - "ListRead", - "RowData", - "NotExists", - "MoveLe", - "SetCookie", - "Variable", - "AggNext", - "AggReset", - "Sort", - "IdxDelete", - "ResetCount", - "OpenTemp", - "IdxColumn", - "Integer", - "AggSet", - "CreateIndex", - "IdxPut", - "MoveLt", - "Return", - "MemLoad", - "SortNext", - "IdxLT", - "Rewind", - "AddImm", - "AggFunc", - "AggInit", - "MemIncr", - "ListReset", - "Clear", - "Or", - "And", - "Not", - "PutIntKey", - "If", - "Callback", - "IsNull", - "NotNull", - "Ne", - "Eq", - "Gt", - "Le", - "Lt", - "Ge", - "BitAnd", - "BitOr", - "ShiftLeft", - "ShiftRight", - "Add", - "Subtract", - "Multiply", - "Divide", - "Remainder", - "Concat", - "Negative", - "SortReset", - "BitNot", - "String8", - "SortPut", - "Last", - "NotFound", - "MakeRecord", - "String", - "Goto", - "AggFocus", - "DropTable", - "Column", - "Noop", - "AggGet", - "CreateTable", - "NewRecno", - "Found", - "Distinct", - "Close", - "Statement", - "IfNot", - "Pull", - "MemStore", - "Next", - "Prev", - "MoveGe", - "MustBeInt", - "ForceInt", - "CollSeq", - "Gosub", - "ContextPush", - "ListRewind", - "ListWrite", - "ParseSchema", - "Destroy", - "IdxGE", - "FullKey", - "ReadCookie", - "AbsValue", - "Real", - "HexBlob", - "Function", + /* 1 */ "MemLoad", + /* 2 */ "Column", + /* 3 */ "SetCookie", + /* 4 */ "IfMemPos", + /* 5 */ "MoveGt", + /* 6 */ "AggFocus", + /* 7 */ "RowKey", + /* 8 */ "IdxRecno", + /* 9 */ "AggNext", + /* 10 */ "OpenWrite", + /* 11 */ "If", + /* 12 */ "PutStrKey", + /* 13 */ "Pop", + /* 14 */ "SortPut", + /* 15 */ "AggContextPush", + /* 16 */ "CollSeq", + /* 17 */ "OpenRead", + /* 18 */ "Expire", + /* 19 */ "SortReset", + /* 20 */ "AutoCommit", + /* 21 */ "Sort", + /* 22 */ "ListRewind", + /* 23 */ "IntegrityCk", + /* 24 */ "Function", + /* 25 */ "Noop", + /* 26 */ "Return", + /* 27 */ "Variable", + /* 28 */ "String", + /* 29 */ "ParseSchema", + /* 30 */ "PutIntKey", + /* 31 */ "AggFunc", + /* 32 */ "Close", + /* 33 */ "ListWrite", + /* 34 */ "CreateIndex", + /* 35 */ "IsUnique", + /* 36 */ "IdxIsNull", + /* 37 */ "NotFound", + /* 38 */ "MustBeInt", + /* 39 */ "Halt", + /* 40 */ "IdxLT", + /* 41 */ "AddImm", + /* 42 */ "Statement", + /* 43 */ "RowData", + /* 44 */ "MemMax", + /* 45 */ "Push", + /* 46 */ "KeyAsData", + /* 47 */ "NotExists", + /* 48 */ "OpenTemp", + /* 49 */ "MemIncr", + /* 50 */ "Gosub", + /* 51 */ "AggSet", + /* 52 */ "Integer", + /* 53 */ "SortNext", + /* 54 */ "Prev", + /* 55 */ "CreateTable", + /* 56 */ "Last", + /* 57 */ "ResetCount", + /* 58 */ "Callback", + /* 59 */ "ContextPush", + /* 60 */ "DropTrigger", + /* 61 */ "DropIndex", + /* 62 */ "FullKey", + /* 63 */ "IdxGE", + /* 64 */ "Or", + /* 65 */ "And", + /* 66 */ "Not", + /* 67 */ "IdxDelete", + /* 68 */ "Vacuum", + /* 69 */ "MoveLe", + /* 70 */ "IsNull", + /* 71 */ "NotNull", + /* 72 */ "Ne", + /* 73 */ "Eq", + /* 74 */ "Gt", + /* 75 */ "Le", + /* 76 */ "Lt", + /* 77 */ "Ge", + /* 78 */ "IfNot", + /* 79 */ "BitAnd", + /* 80 */ "BitOr", + /* 81 */ "ShiftLeft", + /* 82 */ "ShiftRight", + /* 83 */ "Add", + /* 84 */ "Subtract", + /* 85 */ "Multiply", + /* 86 */ "Divide", + /* 87 */ "Remainder", + /* 88 */ "Concat", + /* 89 */ "Negative", + /* 90 */ "DropTable", + /* 91 */ "BitNot", + /* 92 */ "String8", + /* 93 */ "MakeRecord", + /* 94 */ "Delete", + /* 95 */ "AggContextPop", + /* 96 */ "ListRead", + /* 97 */ "ListReset", + /* 98 */ "Dup", + /* 99 */ "Goto", + /* 100 */ "Clear", + /* 101 */ "IdxGT", + /* 102 */ "MoveLt", + /* 103 */ "VerifyCookie", + /* 104 */ "Pull", + /* 105 */ "SetNumColumns", + /* 106 */ "AbsValue", + /* 107 */ "Transaction", + /* 108 */ "AggGet", + /* 109 */ "ContextPop", + /* 110 */ "Next", + /* 111 */ "AggInit", + /* 112 */ "Distinct", + /* 113 */ "NewRecno", + /* 114 */ "AggReset", + /* 115 */ "Destroy", + /* 116 */ "ReadCookie", + /* 117 */ "ForceInt", + /* 118 */ "Recno", + /* 119 */ "OpenPseudo", + /* 120 */ "Blob", + /* 121 */ "MemStore", + /* 122 */ "Rewind", + /* 123 */ "MoveGe", + /* 124 */ "IdxPut", + /* 125 */ "Found", + /* 126 */ "NullRow", + /* 127 */ "NotUsed_127", + /* 128 */ "NotUsed_128", + /* 129 */ "NotUsed_129", + /* 130 */ "Real", + /* 131 */ "HexBlob", }; +#endif |