diff -r 000000000000 -r dd21522fd290 webengine/webkitutils/SqliteSymbian/opcodes.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webengine/webkitutils/SqliteSymbian/opcodes.c Mon Mar 30 12:54:55 2009 +0300 @@ -0,0 +1,149 @@ +/* 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 */ "MemLoad", + /* 2 */ "VNext", + /* 3 */ "Column", + /* 4 */ "SetCookie", + /* 5 */ "IfMemPos", + /* 6 */ "Sequence", + /* 7 */ "MoveGt", + /* 8 */ "RowKey", + /* 9 */ "OpenWrite", + /* 10 */ "If", + /* 11 */ "Pop", + /* 12 */ "VRowid", + /* 13 */ "CollSeq", + /* 14 */ "OpenRead", + /* 15 */ "Expire", + /* 16 */ "Not", + /* 17 */ "AutoCommit", + /* 18 */ "IntegrityCk", + /* 19 */ "Sort", + /* 20 */ "Function", + /* 21 */ "Noop", + /* 22 */ "Return", + /* 23 */ "NewRowid", + /* 24 */ "IfMemNeg", + /* 25 */ "Variable", + /* 26 */ "String", + /* 27 */ "RealAffinity", + /* 28 */ "ParseSchema", + /* 29 */ "VOpen", + /* 30 */ "Close", + /* 31 */ "CreateIndex", + /* 32 */ "IsUnique", + /* 33 */ "IdxIsNull", + /* 34 */ "NotFound", + /* 35 */ "Int64", + /* 36 */ "MustBeInt", + /* 37 */ "Halt", + /* 38 */ "Rowid", + /* 39 */ "IdxLT", + /* 40 */ "AddImm", + /* 41 */ "Statement", + /* 42 */ "RowData", + /* 43 */ "MemMax", + /* 44 */ "Push", + /* 45 */ "NotExists", + /* 46 */ "MemIncr", + /* 47 */ "Gosub", + /* 48 */ "Integer", + /* 49 */ "MemInt", + /* 50 */ "Prev", + /* 51 */ "VColumn", + /* 52 */ "CreateTable", + /* 53 */ "Last", + /* 54 */ "IdxRowid", + /* 55 */ "MakeIdxRec", + /* 56 */ "ResetCount", + /* 57 */ "FifoWrite", + /* 58 */ "Callback", + /* 59 */ "ContextPush", + /* 60 */ "DropTrigger", + /* 61 */ "Or", + /* 62 */ "And", + /* 63 */ "DropIndex", + /* 64 */ "IdxGE", + /* 65 */ "IdxDelete", + /* 66 */ "IsNull", + /* 67 */ "NotNull", + /* 68 */ "Ne", + /* 69 */ "Eq", + /* 70 */ "Gt", + /* 71 */ "Le", + /* 72 */ "Lt", + /* 73 */ "Ge", + /* 74 */ "Vacuum", + /* 75 */ "BitAnd", + /* 76 */ "BitOr", + /* 77 */ "ShiftLeft", + /* 78 */ "ShiftRight", + /* 79 */ "Add", + /* 80 */ "Subtract", + /* 81 */ "Multiply", + /* 82 */ "Divide", + /* 83 */ "Remainder", + /* 84 */ "Concat", + /* 85 */ "Negative", + /* 86 */ "MoveLe", + /* 87 */ "BitNot", + /* 88 */ "String8", + /* 89 */ "IfNot", + /* 90 */ "DropTable", + /* 91 */ "MakeRecord", + /* 92 */ "Delete", + /* 93 */ "AggFinal", + /* 94 */ "Dup", + /* 95 */ "Goto", + /* 96 */ "TableLock", + /* 97 */ "FifoRead", + /* 98 */ "Clear", + /* 99 */ "IdxGT", + /* 100 */ "MoveLt", + /* 101 */ "VerifyCookie", + /* 102 */ "AggStep", + /* 103 */ "Pull", + /* 104 */ "SetNumColumns", + /* 105 */ "AbsValue", + /* 106 */ "Transaction", + /* 107 */ "VFilter", + /* 108 */ "VDestroy", + /* 109 */ "ContextPop", + /* 110 */ "Next", + /* 111 */ "IdxInsert", + /* 112 */ "Distinct", + /* 113 */ "Insert", + /* 114 */ "Destroy", + /* 115 */ "ReadCookie", + /* 116 */ "ForceInt", + /* 117 */ "LoadAnalysis", + /* 118 */ "Explain", + /* 119 */ "IfMemZero", + /* 120 */ "OpenPseudo", + /* 121 */ "OpenEphemeral", + /* 122 */ "Null", + /* 123 */ "Blob", + /* 124 */ "MemStore", + /* 125 */ "Rewind", + /* 126 */ "Real", + /* 127 */ "HexBlob", + /* 128 */ "MoveGe", + /* 129 */ "VBegin", + /* 130 */ "VUpdate", + /* 131 */ "VCreate", + /* 132 */ "MemMove", + /* 133 */ "MemNull", + /* 134 */ "Found", + /* 135 */ "NullRow", + /* 136 */ "NotUsed_136", + /* 137 */ "NotUsed_137", + /* 138 */ "NotUsed_138", + /* 139 */ "ToText", + /* 140 */ "ToBlob", + /* 141 */ "ToNumeric", + /* 142 */ "ToInt", + /* 143 */ "ToReal", +}; +#endif