~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/sqlite/opcodes.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */ "MemLoad",
 
6
 /*   2 */ "Column",
 
7
 /*   3 */ "SetCookie",
 
8
 /*   4 */ "IfMemPos",
 
9
 /*   5 */ "MoveGt",
 
10
 /*   6 */ "AggFocus",
 
11
 /*   7 */ "RowKey",
 
12
 /*   8 */ "IdxRecno",
 
13
 /*   9 */ "AggNext",
 
14
 /*  10 */ "OpenWrite",
 
15
 /*  11 */ "If",
 
16
 /*  12 */ "PutStrKey",
 
17
 /*  13 */ "Pop",
 
18
 /*  14 */ "SortPut",
 
19
 /*  15 */ "AggContextPush",
 
20
 /*  16 */ "CollSeq",
 
21
 /*  17 */ "OpenRead",
 
22
 /*  18 */ "Expire",
 
23
 /*  19 */ "SortReset",
 
24
 /*  20 */ "AutoCommit",
 
25
 /*  21 */ "Sort",
 
26
 /*  22 */ "ListRewind",
 
27
 /*  23 */ "IntegrityCk",
 
28
 /*  24 */ "Function",
 
29
 /*  25 */ "Noop",
 
30
 /*  26 */ "Return",
 
31
 /*  27 */ "Variable",
 
32
 /*  28 */ "String",
 
33
 /*  29 */ "ParseSchema",
 
34
 /*  30 */ "PutIntKey",
 
35
 /*  31 */ "AggFunc",
 
36
 /*  32 */ "Close",
 
37
 /*  33 */ "ListWrite",
 
38
 /*  34 */ "CreateIndex",
 
39
 /*  35 */ "IsUnique",
 
40
 /*  36 */ "IdxIsNull",
 
41
 /*  37 */ "NotFound",
 
42
 /*  38 */ "MustBeInt",
 
43
 /*  39 */ "Halt",
 
44
 /*  40 */ "IdxLT",
 
45
 /*  41 */ "AddImm",
 
46
 /*  42 */ "Statement",
 
47
 /*  43 */ "RowData",
 
48
 /*  44 */ "MemMax",
 
49
 /*  45 */ "Push",
 
50
 /*  46 */ "KeyAsData",
 
51
 /*  47 */ "NotExists",
 
52
 /*  48 */ "OpenTemp",
 
53
 /*  49 */ "MemIncr",
 
54
 /*  50 */ "Gosub",
 
55
 /*  51 */ "AggSet",
 
56
 /*  52 */ "Integer",
 
57
 /*  53 */ "SortNext",
 
58
 /*  54 */ "Prev",
 
59
 /*  55 */ "CreateTable",
 
60
 /*  56 */ "Last",
 
61
 /*  57 */ "ResetCount",
 
62
 /*  58 */ "Callback",
 
63
 /*  59 */ "ContextPush",
 
64
 /*  60 */ "DropTrigger",
 
65
 /*  61 */ "DropIndex",
 
66
 /*  62 */ "FullKey",
 
67
 /*  63 */ "IdxGE",
 
68
 /*  64 */ "Or",
 
69
 /*  65 */ "And",
 
70
 /*  66 */ "Not",
 
71
 /*  67 */ "IdxDelete",
 
72
 /*  68 */ "Vacuum",
 
73
 /*  69 */ "MoveLe",
 
74
 /*  70 */ "IsNull",
 
75
 /*  71 */ "NotNull",
 
76
 /*  72 */ "Ne",
 
77
 /*  73 */ "Eq",
 
78
 /*  74 */ "Gt",
 
79
 /*  75 */ "Le",
 
80
 /*  76 */ "Lt",
 
81
 /*  77 */ "Ge",
 
82
 /*  78 */ "IfNot",
 
83
 /*  79 */ "BitAnd",
 
84
 /*  80 */ "BitOr",
 
85
 /*  81 */ "ShiftLeft",
 
86
 /*  82 */ "ShiftRight",
 
87
 /*  83 */ "Add",
 
88
 /*  84 */ "Subtract",
 
89
 /*  85 */ "Multiply",
 
90
 /*  86 */ "Divide",
 
91
 /*  87 */ "Remainder",
 
92
 /*  88 */ "Concat",
 
93
 /*  89 */ "Negative",
 
94
 /*  90 */ "DropTable",
 
95
 /*  91 */ "BitNot",
 
96
 /*  92 */ "String8",
 
97
 /*  93 */ "MakeRecord",
 
98
 /*  94 */ "Delete",
 
99
 /*  95 */ "AggContextPop",
 
100
 /*  96 */ "ListRead",
 
101
 /*  97 */ "ListReset",
 
102
 /*  98 */ "Dup",
 
103
 /*  99 */ "Goto",
 
104
 /* 100 */ "Clear",
 
105
 /* 101 */ "IdxGT",
 
106
 /* 102 */ "MoveLt",
 
107
 /* 103 */ "VerifyCookie",
 
108
 /* 104 */ "Pull",
 
109
 /* 105 */ "SetNumColumns",
 
110
 /* 106 */ "AbsValue",
 
111
 /* 107 */ "Transaction",
 
112
 /* 108 */ "AggGet",
 
113
 /* 109 */ "ContextPop",
 
114
 /* 110 */ "Next",
 
115
 /* 111 */ "AggInit",
 
116
 /* 112 */ "Distinct",
 
117
 /* 113 */ "NewRecno",
 
118
 /* 114 */ "AggReset",
 
119
 /* 115 */ "Destroy",
 
120
 /* 116 */ "ReadCookie",
 
121
 /* 117 */ "ForceInt",
 
122
 /* 118 */ "Recno",
 
123
 /* 119 */ "OpenPseudo",
 
124
 /* 120 */ "Blob",
 
125
 /* 121 */ "MemStore",
 
126
 /* 122 */ "Rewind",
 
127
 /* 123 */ "MoveGe",
 
128
 /* 124 */ "IdxPut",
 
129
 /* 125 */ "Found",
 
130
 /* 126 */ "NullRow",
 
131
 /* 127 */ "NotUsed_127",
 
132
 /* 128 */ "NotUsed_128",
 
133
 /* 129 */ "NotUsed_129",
 
134
 /* 130 */ "Real",
 
135
 /* 131 */ "HexBlob",
 
136
};
 
137
#endif