Searched refs:OP_Insert (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8416 #define OP_Insert 57 macro
10934 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
10938 #define OPFLAG_ISUPDATE 0x04 /* This OP_Insert is an sql UPDATE */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c15828 #define OP_Insert 123 /* synopsis: intkey=r[P3] data=r[P2] */ macro
19049 #define OPFLAG_NCHANGE 0x01 /* OP_Insert: Set to update db->nChange */
19054 #define OPFLAG_ISUPDATE 0x04 /* This OP_Insert is an sql UPDATE */
19068 #define OPFLAG_PREFORMAT 0x80 /* OP_Insert uses preformatted cell */
[all...]

Completed in 908 milliseconds