engine/sqlite/src/opcodes.cpp
author Lars Persson <lars.persson@embeddev.se>
Wed, 31 Mar 2010 18:09:02 +0200
changeset 97 b52f6033af15
parent 2 29cda98b007e
permissions -rw-r--r--
Add so image conversion is done in feedinfo if image already exist. Check in feedengine if image exist from previous database(files might exist, even though the db is corrupt.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
/* Automatically generated.  Do not edit */
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
/* See the mkopcodec.awk script for details. */
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
//#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
const char *sqlite3OpcodeName(int i){
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
 static const char *const azName[] = { "?",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
     /*   1 */ "MemLoad",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
     /*   2 */ "VNext",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
     /*   3 */ "Column",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
     /*   4 */ "SetCookie",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    10
     /*   5 */ "IfMemPos",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
     /*   6 */ "Sequence",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
     /*   7 */ "MoveGt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
     /*   8 */ "RowKey",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
     /*   9 */ "OpenWrite",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
     /*  10 */ "If",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
     /*  11 */ "Pop",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
     /*  12 */ "VRowid",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
     /*  13 */ "CollSeq",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
     /*  14 */ "OpenRead",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
     /*  15 */ "Expire",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
     /*  16 */ "Not",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
     /*  17 */ "AutoCommit",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
     /*  18 */ "IntegrityCk",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
     /*  19 */ "Sort",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
     /*  20 */ "Function",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
     /*  21 */ "Noop",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    27
     /*  22 */ "Return",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    28
     /*  23 */ "NewRowid",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    29
     /*  24 */ "IfMemNeg",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    30
     /*  25 */ "Variable",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    31
     /*  26 */ "String",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    32
     /*  27 */ "RealAffinity",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    33
     /*  28 */ "VRename",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    34
     /*  29 */ "ParseSchema",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    35
     /*  30 */ "VOpen",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    36
     /*  31 */ "Close",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    37
     /*  32 */ "CreateIndex",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    38
     /*  33 */ "IsUnique",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    39
     /*  34 */ "NotFound",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    40
     /*  35 */ "Int64",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    41
     /*  36 */ "MustBeInt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    42
     /*  37 */ "Halt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    43
     /*  38 */ "Rowid",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    44
     /*  39 */ "IdxLT",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
     /*  40 */ "AddImm",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    46
     /*  41 */ "Statement",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    47
     /*  42 */ "RowData",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    48
     /*  43 */ "MemMax",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    49
     /*  44 */ "Push",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    50
     /*  45 */ "NotExists",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    51
     /*  46 */ "MemIncr",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    52
     /*  47 */ "Gosub",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    53
     /*  48 */ "Integer",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    54
     /*  49 */ "MemInt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    55
     /*  50 */ "Prev",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    56
     /*  51 */ "VColumn",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    57
     /*  52 */ "CreateTable",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    58
     /*  53 */ "Last",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    59
     /*  54 */ "IncrVacuum",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    60
     /*  55 */ "IdxRowid",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    61
     /*  56 */ "MakeIdxRec",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    62
     /*  57 */ "ResetCount",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    63
     /*  58 */ "FifoWrite",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    64
     /*  59 */ "Callback",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    65
     /*  60 */ "Or",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    66
     /*  61 */ "And",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    67
     /*  62 */ "ContextPush",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    68
     /*  63 */ "DropTrigger",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    69
     /*  64 */ "DropIndex",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    70
     /*  65 */ "IsNull",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    71
     /*  66 */ "NotNull",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    72
     /*  67 */ "Ne",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    73
     /*  68 */ "Eq",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    74
     /*  69 */ "Gt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    75
     /*  70 */ "Le",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    76
     /*  71 */ "Lt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    77
     /*  72 */ "Ge",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    78
     /*  73 */ "IdxGE",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    79
     /*  74 */ "BitAnd",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    80
     /*  75 */ "BitOr",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    81
     /*  76 */ "ShiftLeft",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    82
     /*  77 */ "ShiftRight",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    83
     /*  78 */ "Add",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    84
     /*  79 */ "Subtract",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    85
     /*  80 */ "Multiply",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    86
     /*  81 */ "Divide",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    87
     /*  82 */ "Remainder",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    88
     /*  83 */ "Concat",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    89
     /*  84 */ "IdxDelete",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    90
     /*  85 */ "Negative",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    91
     /*  86 */ "Vacuum",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    92
     /*  87 */ "BitNot",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    93
     /*  88 */ "String8",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    94
     /*  89 */ "MoveLe",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    95
     /*  90 */ "IfNot",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    96
     /*  91 */ "DropTable",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    97
     /*  92 */ "MakeRecord",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    98
     /*  93 */ "Delete",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    99
     /*  94 */ "StackDepth",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   100
     /*  95 */ "AggFinal",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   101
     /*  96 */ "Dup",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   102
     /*  97 */ "Goto",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   103
     /*  98 */ "TableLock",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   104
     /*  99 */ "FifoRead",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   105
     /* 100 */ "Clear",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   106
     /* 101 */ "IdxGT",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   107
     /* 102 */ "MoveLt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   108
     /* 103 */ "VerifyCookie",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   109
     /* 104 */ "AggStep",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   110
     /* 105 */ "Pull",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   111
     /* 106 */ "SetNumColumns",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   112
     /* 107 */ "AbsValue",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   113
     /* 108 */ "Transaction",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   114
     /* 109 */ "VFilter",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   115
     /* 110 */ "VDestroy",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   116
     /* 111 */ "ContextPop",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   117
     /* 112 */ "Next",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   118
     /* 113 */ "IdxInsert",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   119
     /* 114 */ "Distinct",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   120
     /* 115 */ "Insert",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   121
     /* 116 */ "Destroy",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   122
     /* 117 */ "ReadCookie",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   123
     /* 118 */ "ForceInt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   124
     /* 119 */ "LoadAnalysis",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   125
     /* 120 */ "Explain",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   126
     /* 121 */ "IfMemZero",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   127
     /* 122 */ "OpenPseudo",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   128
     /* 123 */ "OpenEphemeral",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   129
     /* 124 */ "Null",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   130
     /* 125 */ "Real",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   131
     /* 126 */ "HexBlob",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   132
     /* 127 */ "Blob",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   133
     /* 128 */ "MemStore",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   134
     /* 129 */ "Rewind",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   135
     /* 130 */ "MoveGe",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   136
     /* 131 */ "VBegin",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   137
     /* 132 */ "VUpdate",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   138
     /* 133 */ "VCreate",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   139
     /* 134 */ "MemMove",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   140
     /* 135 */ "MemNull",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   141
     /* 136 */ "Found",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   142
     /* 137 */ "NullRow",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   143
     /* 138 */ "ToText",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   144
     /* 139 */ "ToBlob",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   145
     /* 140 */ "ToNumeric",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   146
     /* 141 */ "ToInt",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   147
     /* 142 */ "ToReal",
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   148
  };
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   149
  return azName[i];
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   150
}
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   151
//#endif