~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): Jonathan Riddell
  • Date: 2006-10-12 23:14:14 UTC
  • mto: (15.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20061012231414-y2oqbom5dy389os0
Tags: upstream-4.2.0
ImportĀ upstreamĀ versionĀ 4.2.0

Show diffs side-by-side

added added

removed removed

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