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