Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h771 struct SrcList_item { struct
772 char *zDatabase; /* Name of database holding this table */
773 char *zName; /* Name of the table */
774 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
775 Table *pTab; /* An SQL table corresponding to zName */
776 Select *pSelect; /* A SELECT statement used in place of a table name */
777 int jointype; /* Type of join between this table and the next */
778 int iCursor; /* The VDBE cursor number used to access this table */
779 Expr *pOn; /* The ON clause of a join */
780 IdList *pUsing; /* The USING clause of a join */