aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/sqlite/win32/opcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/sqlite/win32/opcodes.c')
-rwxr-xr-xlibraries/sqlite/win32/opcodes.c151
1 files changed, 151 insertions, 0 deletions
diff --git a/libraries/sqlite/win32/opcodes.c b/libraries/sqlite/win32/opcodes.c
new file mode 100755
index 0000000..5a6bd45
--- /dev/null
+++ b/libraries/sqlite/win32/opcodes.c
@@ -0,0 +1,151 @@
1/* Automatically generated. Do not edit */
2/* See the mkopcodec.awk script for details. */
3#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG)
4const char *sqlite3OpcodeName(int i){
5 static const char *const azName[] = { "?",
6 /* 1 */ "VCreate",
7 /* 2 */ "MemMax",
8 /* 3 */ "LoadAnalysis",
9 /* 4 */ "RowData",
10 /* 5 */ "CreateIndex",
11 /* 6 */ "Variable",
12 /* 7 */ "MemStore",
13 /* 8 */ "Clear",
14 /* 9 */ "Last",
15 /* 10 */ "MoveGe",
16 /* 11 */ "Sequence",
17 /* 12 */ "Int64",
18 /* 13 */ "VBegin",
19 /* 14 */ "RowKey",
20 /* 15 */ "MemInt",
21 /* 16 */ "Not",
22 /* 17 */ "ResetCount",
23 /* 18 */ "Delete",
24 /* 19 */ "Rowid",
25 /* 20 */ "OpenRead",
26 /* 21 */ "Sort",
27 /* 22 */ "VerifyCookie",
28 /* 23 */ "VColumn",
29 /* 24 */ "MemMove",
30 /* 25 */ "Next",
31 /* 26 */ "Insert",
32 /* 27 */ "Prev",
33 /* 28 */ "IdxGE",
34 /* 29 */ "VRename",
35 /* 30 */ "DropTable",
36 /* 31 */ "MakeRecord",
37 /* 32 */ "Null",
38 /* 33 */ "IdxInsert",
39 /* 34 */ "ReadCookie",
40 /* 35 */ "VDestroy",
41 /* 36 */ "DropIndex",
42 /* 37 */ "MustBeInt",
43 /* 38 */ "Callback",
44 /* 39 */ "IntegrityCk",
45 /* 40 */ "MoveGt",
46 /* 41 */ "MoveLe",
47 /* 42 */ "CollSeq",
48 /* 43 */ "OpenEphemeral",
49 /* 44 */ "VNext",
50 /* 45 */ "Found",
51 /* 46 */ "If",
52 /* 47 */ "Dup",
53 /* 48 */ "Goto",
54 /* 49 */ "Function",
55 /* 50 */ "Pop",
56 /* 51 */ "Blob",
57 /* 52 */ "MemIncr",
58 /* 53 */ "IfMemPos",
59 /* 54 */ "FifoWrite",
60 /* 55 */ "IdxGT",
61 /* 56 */ "NullRow",
62 /* 57 */ "Transaction",
63 /* 58 */ "VUpdate",
64 /* 59 */ "TableLock",
65 /* 60 */ "Or",
66 /* 61 */ "And",
67 /* 62 */ "IdxRowid",
68 /* 63 */ "SetCookie",
69 /* 64 */ "ContextPush",
70 /* 65 */ "IsNull",
71 /* 66 */ "NotNull",
72 /* 67 */ "Ne",
73 /* 68 */ "Eq",
74 /* 69 */ "Gt",
75 /* 70 */ "Le",
76 /* 71 */ "Lt",
77 /* 72 */ "Ge",
78 /* 73 */ "DropTrigger",
79 /* 74 */ "BitAnd",
80 /* 75 */ "BitOr",
81 /* 76 */ "ShiftLeft",
82 /* 77 */ "ShiftRight",
83 /* 78 */ "Add",
84 /* 79 */ "Subtract",
85 /* 80 */ "Multiply",
86 /* 81 */ "Divide",
87 /* 82 */ "Remainder",
88 /* 83 */ "Concat",
89 /* 84 */ "MoveLt",
90 /* 85 */ "Negative",
91 /* 86 */ "AutoCommit",
92 /* 87 */ "BitNot",
93 /* 88 */ "String8",
94 /* 89 */ "Column",
95 /* 90 */ "AbsValue",
96 /* 91 */ "AddImm",
97 /* 92 */ "ContextPop",
98 /* 93 */ "IdxDelete",
99 /* 94 */ "IncrVacuum",
100 /* 95 */ "AggFinal",
101 /* 96 */ "RealAffinity",
102 /* 97 */ "Return",
103 /* 98 */ "Expire",
104 /* 99 */ "Rewind",
105 /* 100 */ "Statement",
106 /* 101 */ "Integer",
107 /* 102 */ "IfMemZero",
108 /* 103 */ "Destroy",
109 /* 104 */ "IdxLT",
110 /* 105 */ "MakeIdxRec",
111 /* 106 */ "Vacuum",
112 /* 107 */ "MemNull",
113 /* 108 */ "IfNot",
114 /* 109 */ "Pull",
115 /* 110 */ "FifoRead",
116 /* 111 */ "ParseSchema",
117 /* 112 */ "NewRowid",
118 /* 113 */ "SetNumColumns",
119 /* 114 */ "Explain",
120 /* 115 */ "String",
121 /* 116 */ "AggStep",
122 /* 117 */ "VRowid",
123 /* 118 */ "VOpen",
124 /* 119 */ "NotExists",
125 /* 120 */ "Close",
126 /* 121 */ "Halt",
127 /* 122 */ "Noop",
128 /* 123 */ "VFilter",
129 /* 124 */ "OpenPseudo",
130 /* 125 */ "Real",
131 /* 126 */ "HexBlob",
132 /* 127 */ "IfMemNeg",
133 /* 128 */ "IsUnique",
134 /* 129 */ "ForceInt",
135 /* 130 */ "OpenWrite",
136 /* 131 */ "Gosub",
137 /* 132 */ "Distinct",
138 /* 133 */ "MemLoad",
139 /* 134 */ "NotFound",
140 /* 135 */ "CreateTable",
141 /* 136 */ "Push",
142 /* 137 */ "NotUsed_137",
143 /* 138 */ "ToText",
144 /* 139 */ "ToBlob",
145 /* 140 */ "ToNumeric",
146 /* 141 */ "ToInt",
147 /* 142 */ "ToReal",
148 };
149 return azName[i];
150}
151#endif