source: trunk/src/3rdparty/sqlite/opcodes.c@ 205

Last change on this file since 205 was 205, checked in by rudi, 14 years ago

Added SQLite 2.8.17 sources. This allows to build at least one of the sql drivers / plugins.

File size: 2.1 KB
Line 
1/* Automatically generated file. Do not edit */
2char *sqliteOpcodeNames[] = { "???",
3 "Goto",
4 "Gosub",
5 "Return",
6 "Halt",
7 "Integer",
8 "String",
9 "Variable",
10 "Pop",
11 "Dup",
12 "Pull",
13 "Push",
14 "ColumnName",
15 "Callback",
16 "Concat",
17 "Add",
18 "Subtract",
19 "Multiply",
20 "Divide",
21 "Remainder",
22 "Function",
23 "BitAnd",
24 "BitOr",
25 "ShiftLeft",
26 "ShiftRight",
27 "AddImm",
28 "ForceInt",
29 "MustBeInt",
30 "Eq",
31 "Ne",
32 "Lt",
33 "Le",
34 "Gt",
35 "Ge",
36 "StrEq",
37 "StrNe",
38 "StrLt",
39 "StrLe",
40 "StrGt",
41 "StrGe",
42 "And",
43 "Or",
44 "Negative",
45 "AbsValue",
46 "Not",
47 "BitNot",
48 "Noop",
49 "If",
50 "IfNot",
51 "IsNull",
52 "NotNull",
53 "MakeRecord",
54 "MakeIdxKey",
55 "MakeKey",
56 "IncrKey",
57 "Checkpoint",
58 "Transaction",
59 "Commit",
60 "Rollback",
61 "ReadCookie",
62 "SetCookie",
63 "VerifyCookie",
64 "OpenRead",
65 "OpenWrite",
66 "OpenTemp",
67 "OpenPseudo",
68 "Close",
69 "MoveLt",
70 "MoveTo",
71 "Distinct",
72 "NotFound",
73 "Found",
74 "IsUnique",
75 "NotExists",
76 "NewRecno",
77 "PutIntKey",
78 "PutStrKey",
79 "Delete",
80 "SetCounts",
81 "KeyAsData",
82 "RowKey",
83 "RowData",
84 "Column",
85 "Recno",
86 "FullKey",
87 "NullRow",
88 "Last",
89 "Rewind",
90 "Prev",
91 "Next",
92 "IdxPut",
93 "IdxDelete",
94 "IdxRecno",
95 "IdxLT",
96 "IdxGT",
97 "IdxGE",
98 "IdxIsNull",
99 "Destroy",
100 "Clear",
101 "CreateIndex",
102 "CreateTable",
103 "IntegrityCk",
104 "ListWrite",
105 "ListRewind",
106 "ListRead",
107 "ListReset",
108 "ListPush",
109 "ListPop",
110 "ContextPush",
111 "ContextPop",
112 "SortPut",
113 "SortMakeRec",
114 "SortMakeKey",
115 "Sort",
116 "SortNext",
117 "SortCallback",
118 "SortReset",
119 "FileOpen",
120 "FileRead",
121 "FileColumn",
122 "MemStore",
123 "MemLoad",
124 "MemIncr",
125 "AggReset",
126 "AggInit",
127 "AggFunc",
128 "AggFocus",
129 "AggSet",
130 "AggGet",
131 "AggNext",
132 "SetInsert",
133 "SetFound",
134 "SetNotFound",
135 "SetFirst",
136 "SetNext",
137 "Vacuum",
138 "StackDepth",
139 "StackReset",
140};
Note: See TracBrowser for help on using the repository browser.