summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/preprocessed/opcodes.c
blob: 706e565da9a7832f98f2dc0eb3454ada0590a6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
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