comparison sqlite/opcodes.c @ 1434:b6b61becdf4e trunk

[svn] - add sqlite/ directory
author nenolod
date Thu, 27 Jul 2006 22:41:31 -0700
parents
children
comparison
equal deleted inserted replaced
1433:3cbe3d14ea68 1434:b6b61becdf4e
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)
4 const char *const sqlite3OpcodeNames[] = { "?",
5 /* 1 */ "NotExists",
6 /* 2 */ "Dup",
7 /* 3 */ "MoveLt",
8 /* 4 */ "DropTrigger",
9 /* 5 */ "OpenPseudo",
10 /* 6 */ "MemInt",
11 /* 7 */ "IntegrityCk",
12 /* 8 */ "RowKey",
13 /* 9 */ "LoadAnalysis",
14 /* 10 */ "IdxGT",
15 /* 11 */ "Last",
16 /* 12 */ "MemLoad",
17 /* 13 */ "SetCookie",
18 /* 14 */ "Sequence",
19 /* 15 */ "Pull",
20 /* 16 */ "Not",
21 /* 17 */ "OpenVirtual",
22 /* 18 */ "DropTable",
23 /* 19 */ "MemStore",
24 /* 20 */ "ContextPush",
25 /* 21 */ "IdxIsNull",
26 /* 22 */ "Rowid",
27 /* 23 */ "NullRow",
28 /* 24 */ "Noop",
29 /* 25 */ "ParseSchema",
30 /* 26 */ "Statement",
31 /* 27 */ "CollSeq",
32 /* 28 */ "ContextPop",
33 /* 29 */ "MemIncr",
34 /* 30 */ "MoveGe",
35 /* 31 */ "If",
36 /* 32 */ "IfNot",
37 /* 33 */ "Destroy",
38 /* 34 */ "Distinct",
39 /* 35 */ "CreateIndex",
40 /* 36 */ "SetNumColumns",
41 /* 37 */ "ResetCount",
42 /* 38 */ "MakeIdxRec",
43 /* 39 */ "Goto",
44 /* 40 */ "IdxDelete",
45 /* 41 */ "MemMove",
46 /* 42 */ "Found",
47 /* 43 */ "MoveGt",
48 /* 44 */ "IfMemZero",
49 /* 45 */ "MustBeInt",
50 /* 46 */ "Prev",
51 /* 47 */ "MemNull",
52 /* 48 */ "AutoCommit",
53 /* 49 */ "String",
54 /* 50 */ "FifoWrite",
55 /* 51 */ "Return",
56 /* 52 */ "Callback",
57 /* 53 */ "AddImm",
58 /* 54 */ "Function",
59 /* 55 */ "NewRowid",
60 /* 56 */ "Blob",
61 /* 57 */ "Next",
62 /* 58 */ "ForceInt",
63 /* 59 */ "Or",
64 /* 60 */ "And",
65 /* 61 */ "ReadCookie",
66 /* 62 */ "Halt",
67 /* 63 */ "Expire",
68 /* 64 */ "IsNull",
69 /* 65 */ "NotNull",
70 /* 66 */ "Ne",
71 /* 67 */ "Eq",
72 /* 68 */ "Gt",
73 /* 69 */ "Le",
74 /* 70 */ "Lt",
75 /* 71 */ "Ge",
76 /* 72 */ "DropIndex",
77 /* 73 */ "BitAnd",
78 /* 74 */ "BitOr",
79 /* 75 */ "ShiftLeft",
80 /* 76 */ "ShiftRight",
81 /* 77 */ "Add",
82 /* 78 */ "Subtract",
83 /* 79 */ "Multiply",
84 /* 80 */ "Divide",
85 /* 81 */ "Remainder",
86 /* 82 */ "Concat",
87 /* 83 */ "Negative",
88 /* 84 */ "IdxInsert",
89 /* 85 */ "BitNot",
90 /* 86 */ "String8",
91 /* 87 */ "FifoRead",
92 /* 88 */ "Column",
93 /* 89 */ "Int64",
94 /* 90 */ "Gosub",
95 /* 91 */ "IfMemNeg",
96 /* 92 */ "RowData",
97 /* 93 */ "MemMax",
98 /* 94 */ "Close",
99 /* 95 */ "VerifyCookie",
100 /* 96 */ "IfMemPos",
101 /* 97 */ "Null",
102 /* 98 */ "Integer",
103 /* 99 */ "Transaction",
104 /* 100 */ "IdxLT",
105 /* 101 */ "Delete",
106 /* 102 */ "Rewind",
107 /* 103 */ "Push",
108 /* 104 */ "RealAffinity",
109 /* 105 */ "Clear",
110 /* 106 */ "AggStep",
111 /* 107 */ "Explain",
112 /* 108 */ "Vacuum",
113 /* 109 */ "IsUnique",
114 /* 110 */ "AggFinal",
115 /* 111 */ "OpenWrite",
116 /* 112 */ "AbsValue",
117 /* 113 */ "Sort",
118 /* 114 */ "NotFound",
119 /* 115 */ "MoveLe",
120 /* 116 */ "MakeRecord",
121 /* 117 */ "Variable",
122 /* 118 */ "CreateTable",
123 /* 119 */ "Insert",
124 /* 120 */ "IdxGE",
125 /* 121 */ "OpenRead",
126 /* 122 */ "IdxRowid",
127 /* 123 */ "TableLock",
128 /* 124 */ "Real",
129 /* 125 */ "HexBlob",
130 /* 126 */ "Pop",
131 /* 127 */ "NotUsed_127",
132 /* 128 */ "NotUsed_128",
133 /* 129 */ "NotUsed_129",
134 /* 130 */ "NotUsed_130",
135 /* 131 */ "NotUsed_131",
136 /* 132 */ "NotUsed_132",
137 /* 133 */ "NotUsed_133",
138 /* 134 */ "NotUsed_134",
139 /* 135 */ "NotUsed_135",
140 /* 136 */ "NotUsed_136",
141 /* 137 */ "ToText",
142 /* 138 */ "ToBlob",
143 /* 139 */ "ToNumeric",
144 /* 140 */ "ToInt",
145 /* 141 */ "ToReal",
146 };
147 #endif