Lines Matching full:unqualified
5486 ** resolve unqualified table references.
12594 Token sNameToken; /* Token with unqualified schema object name */
91554 ** pName2) that stores the unqualified table name. The index of the
91561 Token **pUnqual /* Write the unqualified object name here */
91587 ** unqualified name for a new schema object (table, index, view or
91653 Token *pName; /* Unqualified name of the table to create */
91668 ** pName2) that stores the unqualified table name. The variable iDb is
91677 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
93657 Token *pName = 0; /* Unqualified name of the index to create */
93687 /* If the index name was unqualified, check if the table
112374 Token *pName; /* The unqualified db name */
112414 /* If the trigger name was unqualified, and the table is a temp table,