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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8090 #define OP_Column 28 macro
9766 ** OP_Column opcode.
9963 ** If the Expr is of type OP_Column, and the table it is selecting from
10627 #define OPFLAG_CLEARCACHE 0x20 /* Clear pseudo-table cache in OP_Column */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9300 #define OP_Column 46 /* synopsis: r[P3]=PX */ macro
11112 ** OP_Column opcode.
11330 ** If the Expr is of type OP_Column, and the table it is selecting from
11387 ** TK_COLUMN: the value of p5 for OP_Column
12035 #define OPFLAG_CLEARCACHE 0x20 /* Clear pseudo-table cache in OP_Column */
12036 #define OPFLAG_LENGTHARG 0x40 /* OP_Column only used for length() */
12037 #define OPFLAG_TYPEOFARG 0x80 /* OP_Column only used for typeof() */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9300 #define OP_Column 46 /* synopsis: r[P3]=PX */ macro
11112 ** OP_Column opcode.
11330 ** If the Expr is of type OP_Column, and the table it is selecting from
11387 ** TK_COLUMN: the value of p5 for OP_Column
12035 #define OPFLAG_CLEARCACHE 0x20 /* Clear pseudo-table cache in OP_Column */
12036 #define OPFLAG_LENGTHARG 0x40 /* OP_Column only used for length() */
12037 #define OPFLAG_TYPEOFARG 0x80 /* OP_Column only used for typeof() */
[all...]

Completed in 471 milliseconds