Lines Matching full:unqualified
5486 ** resolve unqualified table references.
12594 Token sNameToken; /* Token with unqualified schema object name */
91572 ** pName2) that stores the unqualified table name. The index of the
91579 Token **pUnqual /* Write the unqualified object name here */
91605 ** unqualified name for a new schema object (table, index, view or
91671 Token *pName; /* Unqualified name of the table to create */
91686 ** pName2) that stores the unqualified table name. The variable iDb is
91695 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
93675 Token *pName = 0; /* Unqualified name of the index to create */
93705 /* If the index name was unqualified, check if the table
112392 Token *pName; /* The unqualified db name */
112432 /* If the trigger name was unqualified, and the table is a temp table,