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