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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16663 #define OP_Column 94 /* synopsis: r[P3]=PX cursor P1 column P2 */ macro
18581 ** OP_Column opcode.
18889 ** If the Expr is of type OP_Column, and the table it is selecting from
18912 ** TK_COLUMN: the value of p5 for OP_Column
19894 #define OPFLAG_EPHEM 0x01 /* OP_Column: Ephemeral output is ok */
19900 #define OPFLAG_LENGTHARG 0x40 /* OP_Column only used for length() */
19901 #define OPFLAG_TYPEOFARG 0x80 /* OP_Column only used for typeof() */
19902 #define OPFLAG_BYTELENARG 0xc0 /* OP_Column only for octet_length() */
[all...]

Completed in 600 milliseconds