Searched defs:SrcList_item (Results 1 – 1 of 1) sorted by relevance
774 struct SrcList_item { struct775 char *zDatabase; /* Name of database holding this table */776 char *zName; /* Name of the table */777 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */778 Table *pTab; /* An SQL table corresponding to zName */779 Select *pSelect; /* A SELECT statement used in place of a table name */780 int jointype; /* Type of join between this table and the next */781 int iCursor; /* The VDBE cursor number used to access this table */782 Expr *pOn; /* The ON clause of a join */783 IdList *pUsing; /* The USING clause of a join */