summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite/src/opcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/opcodes.c')
-rw-r--r--ext/pdo_sqlite/sqlite/src/opcodes.c137
1 files changed, 0 insertions, 137 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/opcodes.c b/ext/pdo_sqlite/sqlite/src/opcodes.c
deleted file mode 100644
index 734d1a5409..0000000000
--- a/ext/pdo_sqlite/sqlite/src/opcodes.c
+++ /dev/null
@@ -1,137 +0,0 @@
-/* Automatically generated. Do not edit */
-/* See the mkopcodec.awk script for details. */
-#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG)
-const char *const sqlite3OpcodeNames[] = { "?",
- /* 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