mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
jumbo commit; implement sqlstate error codes.
Bundle sqlite3
This commit is contained in:
parent
02d6b65c67
commit
e6c282a766
102 changed files with 102557 additions and 55 deletions
128
ext/pdo_sqlite/sqlite/src/opcodes.c
Normal file
128
ext/pdo_sqlite/sqlite/src/opcodes.c
Normal file
|
@ -0,0 +1,128 @@
|
|||
/* Automatically generated. Do not edit */
|
||||
/* See the mkopcodec.h script for details. */
|
||||
const char *const sqlite3OpcodeNames[] = { "?",
|
||||
"ContextPop",
|
||||
"IntegrityCk",
|
||||
"DropTrigger",
|
||||
"DropIndex",
|
||||
"Recno",
|
||||
"KeyAsData",
|
||||
"Delete",
|
||||
"MoveGt",
|
||||
"VerifyCookie",
|
||||
"Push",
|
||||
"Dup",
|
||||
"Blob",
|
||||
"IdxGT",
|
||||
"IdxRecno",
|
||||
"RowKey",
|
||||
"PutStrKey",
|
||||
"IsUnique",
|
||||
"SetNumColumns",
|
||||
"IdxIsNull",
|
||||
"NullRow",
|
||||
"OpenPseudo",
|
||||
"OpenWrite",
|
||||
"OpenRead",
|
||||
"Transaction",
|
||||
"AutoCommit",
|
||||
"Pop",
|
||||
"Halt",
|
||||
"Vacuum",
|
||||
"ListRead",
|
||||
"RowData",
|
||||
"NotExists",
|
||||
"MoveLe",
|
||||
"SetCookie",
|
||||
"Variable",
|
||||
"AggNext",
|
||||
"AggReset",
|
||||
"Sort",
|
||||
"IdxDelete",
|
||||
"ResetCount",
|
||||
"OpenTemp",
|
||||
"IdxColumn",
|
||||
"Integer",
|
||||
"AggSet",
|
||||
"CreateIndex",
|
||||
"IdxPut",
|
||||
"MoveLt",
|
||||
"Return",
|
||||
"MemLoad",
|
||||
"SortNext",
|
||||
"IdxLT",
|
||||
"Rewind",
|
||||
"AddImm",
|
||||
"AggFunc",
|
||||
"AggInit",
|
||||
"MemIncr",
|
||||
"ListReset",
|
||||
"Clear",
|
||||
"Or",
|
||||
"And",
|
||||
"Not",
|
||||
"PutIntKey",
|
||||
"If",
|
||||
"Callback",
|
||||
"IsNull",
|
||||
"NotNull",
|
||||
"Ne",
|
||||
"Eq",
|
||||
"Gt",
|
||||
"Le",
|
||||
"Lt",
|
||||
"Ge",
|
||||
"BitAnd",
|
||||
"BitOr",
|
||||
"ShiftLeft",
|
||||
"ShiftRight",
|
||||
"Add",
|
||||
"Subtract",
|
||||
"Multiply",
|
||||
"Divide",
|
||||
"Remainder",
|
||||
"Concat",
|
||||
"Negative",
|
||||
"SortReset",
|
||||
"BitNot",
|
||||
"String8",
|
||||
"SortPut",
|
||||
"Last",
|
||||
"NotFound",
|
||||
"MakeRecord",
|
||||
"String",
|
||||
"Goto",
|
||||
"AggFocus",
|
||||
"DropTable",
|
||||
"Column",
|
||||
"Noop",
|
||||
"AggGet",
|
||||
"CreateTable",
|
||||
"NewRecno",
|
||||
"Found",
|
||||
"Distinct",
|
||||
"Close",
|
||||
"Statement",
|
||||
"IfNot",
|
||||
"Pull",
|
||||
"MemStore",
|
||||
"Next",
|
||||
"Prev",
|
||||
"MoveGe",
|
||||
"MustBeInt",
|
||||
"ForceInt",
|
||||
"CollSeq",
|
||||
"Gosub",
|
||||
"ContextPush",
|
||||
"ListRewind",
|
||||
"ListWrite",
|
||||
"ParseSchema",
|
||||
"Destroy",
|
||||
"IdxGE",
|
||||
"FullKey",
|
||||
"ReadCookie",
|
||||
"AbsValue",
|
||||
"Real",
|
||||
"HexBlob",
|
||||
"Function",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue