summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/preprocessed/opcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/preprocessed/opcodes.c')
-rw-r--r--third_party/sqlite/preprocessed/opcodes.c154
1 files changed, 154 insertions, 0 deletions
diff --git a/third_party/sqlite/preprocessed/opcodes.c b/third_party/sqlite/preprocessed/opcodes.c
new file mode 100644
index 0000000..706e565
--- /dev/null
+++ b/third_party/sqlite/preprocessed/opcodes.c
@@ -0,0 +1,154 @@
+/* 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 *sqlite3OpcodeName(int i){
+ static const char *const azName[] = { "?",
+ /* 1 */ "NotExists",
+ /* 2 */ "SeekLe",
+ /* 3 */ "IncrVacuum",
+ /* 4 */ "VCreate",
+ /* 5 */ "ResultRow",
+ /* 6 */ "DropTrigger",
+ /* 7 */ "OpenPseudo",
+ /* 8 */ "Affinity",
+ /* 9 */ "IntegrityCk",
+ /* 10 */ "RowKey",
+ /* 11 */ "LoadAnalysis",
+ /* 12 */ "Last",
+ /* 13 */ "SetCookie",
+ /* 14 */ "Sequence",
+ /* 15 */ "VRename",
+ /* 16 */ "SeekLt",
+ /* 17 */ "SCopy",
+ /* 18 */ "VUpdate",
+ /* 19 */ "Not",
+ /* 20 */ "VColumn",
+ /* 21 */ "DropTable",
+ /* 22 */ "Rowid",
+ /* 23 */ "VFilter",
+ /* 24 */ "NullRow",
+ /* 25 */ "HaltIfNull",
+ /* 26 */ "Noop",
+ /* 27 */ "RowSetRead",
+ /* 28 */ "RowSetAdd",
+ /* 29 */ "ParseSchema",
+ /* 30 */ "CollSeq",
+ /* 31 */ "RowSetTest",
+ /* 32 */ "If",
+ /* 33 */ "IfNot",
+ /* 34 */ "Destroy",
+ /* 35 */ "Program",
+ /* 36 */ "Permutation",
+ /* 37 */ "CreateIndex",
+ /* 38 */ "ResetCount",
+ /* 39 */ "Goto",
+ /* 40 */ "IdxDelete",
+ /* 41 */ "Found",
+ /* 42 */ "SeekGe",
+ /* 43 */ "Jump",
+ /* 44 */ "Pagecount",
+ /* 45 */ "MustBeInt",
+ /* 46 */ "Prev",
+ /* 47 */ "AutoCommit",
+ /* 48 */ "String",
+ /* 49 */ "Return",
+ /* 50 */ "Copy",
+ /* 51 */ "AddImm",
+ /* 52 */ "Function",
+ /* 53 */ "Trace",
+ /* 54 */ "Seek",
+ /* 55 */ "NewRowid",
+ /* 56 */ "SeekGt",
+ /* 57 */ "Blob",
+ /* 58 */ "Next",
+ /* 59 */ "ReadCookie",
+ /* 60 */ "Halt",
+ /* 61 */ "Expire",
+ /* 62 */ "DropIndex",
+ /* 63 */ "IdxInsert",
+ /* 64 */ "Savepoint",
+ /* 65 */ "Column",
+ /* 66 */ "Or",
+ /* 67 */ "And",
+ /* 68 */ "Int64",
+ /* 69 */ "Gosub",
+ /* 70 */ "RowData",
+ /* 71 */ "IsNull",
+ /* 72 */ "NotNull",
+ /* 73 */ "Ne",
+ /* 74 */ "Eq",
+ /* 75 */ "Gt",
+ /* 76 */ "Le",
+ /* 77 */ "Lt",
+ /* 78 */ "Ge",
+ /* 79 */ "Move",
+ /* 80 */ "BitAnd",
+ /* 81 */ "BitOr",
+ /* 82 */ "ShiftLeft",
+ /* 83 */ "ShiftRight",
+ /* 84 */ "Add",
+ /* 85 */ "Subtract",
+ /* 86 */ "Multiply",
+ /* 87 */ "Divide",
+ /* 88 */ "Remainder",
+ /* 89 */ "Concat",
+ /* 90 */ "MemMax",
+ /* 91 */ "Close",
+ /* 92 */ "VerifyCookie",
+ /* 93 */ "BitNot",
+ /* 94 */ "String8",
+ /* 95 */ "Null",
+ /* 96 */ "Integer",
+ /* 97 */ "Transaction",
+ /* 98 */ "IdxLT",
+ /* 99 */ "Delete",
+ /* 100 */ "IfZero",
+ /* 101 */ "Rewind",
+ /* 102 */ "RealAffinity",
+ /* 103 */ "Clear",
+ /* 104 */ "Explain",
+ /* 105 */ "AggStep",
+ /* 106 */ "Vacuum",
+ /* 107 */ "VDestroy",
+ /* 108 */ "IsUnique",
+ /* 109 */ "Count",
+ /* 110 */ "VOpen",
+ /* 111 */ "Yield",
+ /* 112 */ "AggFinal",
+ /* 113 */ "OpenWrite",
+ /* 114 */ "Param",
+ /* 115 */ "VNext",
+ /* 116 */ "Sort",
+ /* 117 */ "NotFound",
+ /* 118 */ "MakeRecord",
+ /* 119 */ "IfNeg",
+ /* 120 */ "Variable",
+ /* 121 */ "CreateTable",
+ /* 122 */ "Insert",
+ /* 123 */ "Compare",
+ /* 124 */ "IdxGE",
+ /* 125 */ "OpenRead",
+ /* 126 */ "IdxRowid",
+ /* 127 */ "VBegin",
+ /* 128 */ "TableLock",
+ /* 129 */ "IfPos",
+ /* 130 */ "Real",
+ /* 131 */ "OpenEphemeral",
+ /* 132 */ "NotUsed_132",
+ /* 133 */ "NotUsed_133",
+ /* 134 */ "NotUsed_134",
+ /* 135 */ "NotUsed_135",
+ /* 136 */ "NotUsed_136",
+ /* 137 */ "NotUsed_137",
+ /* 138 */ "NotUsed_138",
+ /* 139 */ "NotUsed_139",
+ /* 140 */ "NotUsed_140",
+ /* 141 */ "ToText",
+ /* 142 */ "ToBlob",
+ /* 143 */ "ToNumeric",
+ /* 144 */ "ToInt",
+ /* 145 */ "ToReal",
+ };
+ return azName[i];
+}
+#endif