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