Home
last modified time | relevance | path

Searched defs:SrcItem (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15778 typedef struct SrcItem SrcItem; typedef
19709 struct SrcItem { struct
19710 char *zName; /* Name of the table */
19711 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
19712 Table *pSTab; /* Table object for zName. Mnemonic: Srcitem-TABle */
19713 struct {
19733 } fg;
19734 int iCursor; /* The VDBE cursor number used to access this table */
19735 Bitmask colUsed; /* Bit N set if column N used. Details above for N>62 */
19736 union {
[all …]