wasCSharpSQLite – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /*
2 *************************************************************************
3 ** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart
4 ** C#-SQLite is an independent reimplementation of the SQLite software library
5 **
6 ** SQLITE_SOURCE_ID: 2010-08-23 18:52:01 42537b60566f288167f1b5864a5435986838e3a3
7 **
8 *************************************************************************
9 */
10 namespace Community.CsharpSqlite
11 {
12 public partial class Sqlite3
13 {
14 /* Automatically generated. Do not edit */
15 /* See the mkopcodec.awk script for details. */
16 #if !SQLITE_OMIT_EXPLAIN || !NDEBUG || VDBE_PROFILE || SQLITE_DEBUG
17 static string sqlite3OpcodeName( int i )
18 {
19 string[] azName = { "?",
20 /* 1 */ "Goto",
21 /* 2 */ "Gosub",
22 /* 3 */ "Return",
23 /* 4 */ "Yield",
24 /* 5 */ "HaltIfNull",
25 /* 6 */ "Halt",
26 /* 7 */ "Integer",
27 /* 8 */ "Int64",
28 /* 9 */ "String",
29 /* 10 */ "Null",
30 /* 11 */ "Blob",
31 /* 12 */ "Variable",
32 /* 13 */ "Move",
33 /* 14 */ "Copy",
34 /* 15 */ "SCopy",
35 /* 16 */ "ResultRow",
36 /* 17 */ "CollSeq",
37 /* 18 */ "Function",
38 /* 19 */ "Not",
39 /* 20 */ "AddImm",
40 /* 21 */ "MustBeInt",
41 /* 22 */ "RealAffinity",
42 /* 23 */ "Permutation",
43 /* 24 */ "Compare",
44 /* 25 */ "Jump",
45 /* 26 */ "If",
46 /* 27 */ "IfNot",
47 /* 28 */ "Column",
48 /* 29 */ "Affinity",
49 /* 30 */ "MakeRecord",
50 /* 31 */ "Count",
51 /* 32 */ "Savepoint",
52 /* 33 */ "AutoCommit",
53 /* 34 */ "Transaction",
54 /* 35 */ "ReadCookie",
55 /* 36 */ "SetCookie",
56 /* 37 */ "VerifyCookie",
57 /* 38 */ "OpenRead",
58 /* 39 */ "OpenWrite",
59 /* 40 */ "OpenAutoindex",
60 /* 41 */ "OpenEphemeral",
61 /* 42 */ "OpenPseudo",
62 /* 43 */ "Close",
63 /* 44 */ "SeekLt",
64 /* 45 */ "SeekLe",
65 /* 46 */ "SeekGe",
66 /* 47 */ "SeekGt",
67 /* 48 */ "Seek",
68 /* 49 */ "NotFound",
69 /* 50 */ "Found",
70 /* 51 */ "IsUnique",
71 /* 52 */ "NotExists",
72 /* 53 */ "Sequence",
73 /* 54 */ "NewRowid",
74 /* 55 */ "Insert",
75 /* 56 */ "InsertInt",
76 /* 57 */ "Delete",
77 /* 58 */ "ResetCount",
78 /* 59 */ "RowKey",
79 /* 60 */ "RowData",
80 /* 61 */ "Rowid",
81 /* 62 */ "NullRow",
82 /* 63 */ "Last",
83 /* 64 */ "Sort",
84 /* 65 */ "Rewind",
85 /* 66 */ "Prev",
86 /* 67 */ "Next",
87 /* 68 */ "Or",
88 /* 69 */ "And",
89 /* 70 */ "IdxInsert",
90 /* 71 */ "IdxDelete",
91 /* 72 */ "IdxRowid",
92 /* 73 */ "IsNull",
93 /* 74 */ "NotNull",
94 /* 75 */ "Ne",
95 /* 76 */ "Eq",
96 /* 77 */ "Gt",
97 /* 78 */ "Le",
98 /* 79 */ "Lt",
99 /* 80 */ "Ge",
100 /* 81 */ "IdxLT",
101 /* 82 */ "BitAnd",
102 /* 83 */ "BitOr",
103 /* 84 */ "ShiftLeft",
104 /* 85 */ "ShiftRight",
105 /* 86 */ "Add",
106 /* 87 */ "Subtract",
107 /* 88 */ "Multiply",
108 /* 89 */ "Divide",
109 /* 90 */ "Remainder",
110 /* 91 */ "Concat",
111 /* 92 */ "IdxGE",
112 /* 93 */ "BitNot",
113 /* 94 */ "String8",
114 /* 95 */ "Destroy",
115 /* 96 */ "Clear",
116 /* 97 */ "CreateIndex",
117 /* 98 */ "CreateTable",
118 /* 99 */ "ParseSchema",
119 /* 100 */ "LoadAnalysis",
120 /* 101 */ "DropTable",
121 /* 102 */ "DropIndex",
122 /* 103 */ "DropTrigger",
123 /* 104 */ "IntegrityCk",
124 /* 105 */ "RowSetAdd",
125 /* 106 */ "RowSetRead",
126 /* 107 */ "RowSetTest",
127 /* 108 */ "Program",
128 /* 109 */ "Param",
129 /* 110 */ "FkCounter",
130 /* 111 */ "FkIfZero",
131 /* 112 */ "MemMax",
132 /* 113 */ "IfPos",
133 /* 114 */ "IfNeg",
134 /* 115 */ "IfZero",
135 /* 116 */ "AggStep",
136 /* 117 */ "AggFinal",
137 /* 118 */ "Checkpoint",
138 /* 119 */ "JournalMode",
139 /* 120 */ "Vacuum",
140 /* 121 */ "IncrVacuum",
141 /* 122 */ "Expire",
142 /* 123 */ "TableLock",
143 /* 124 */ "VBegin",
144 /* 125 */ "VCreate",
145 /* 126 */ "VDestroy",
146 /* 127 */ "VOpen",
147 /* 128 */ "VFilter",
148 /* 129 */ "VColumn",
149 /* 130 */ "Real",
150 /* 131 */ "VNext",
151 /* 132 */ "VRename",
152 /* 133 */ "VUpdate",
153 /* 134 */ "Pagecount",
154 /* 135 */ "MaxPgcnt",
155 /* 136 */ "Trace",
156 /* 137 */ "Noop",
157 /* 138 */ "Explain",
158 /* 139 */ "NotUsed_139",
159 /* 140 */ "NotUsed_140",
160 /* 141 */ "ToText",
161 /* 142 */ "ToBlob",
162 /* 143 */ "ToNumeric",
163 /* 144 */ "ToInt",
164 /* 145 */ "ToReal",
165 };
166 return azName[i];
167 }
168 #endif
169 }
170 }