Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c17579 struct SrcList_item { struct
17580 Schema *pSchema; /* Schema to which this item is fixed */
17581 char *zDatabase; /* Name of database holding this table */
17582 char *zName; /* Name of the table */
17584 Table *pTab; /* An SQL table corresponding to zName */
17589 struct {
17597 } fg;
17599 Expr *pOn; /* The ON clause of a join */
17600 IdList *pUsing; /* The USING clause of a join */
17602 union {
[all …]

Completed in 397 milliseconds