Lines Matching full:unqualified
5552 ** resolve unqualified table references.
13299 Token sNameToken; /* Token with unqualified schema object name */
93527 ** pName2) that stores the unqualified table name. The index of the
93534 Token **pUnqual /* Write the unqualified object name here */
93560 ** unqualified name for a new schema object (table, index, view or
93626 Token *pName; /* Unqualified name of the table to create */
93641 ** pName2) that stores the unqualified table name. The variable iDb is
93650 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
95686 Token *pName = 0; /* Unqualified name of the index to create */
95715 /* If the index name was unqualified, check if the table
114556 Token *pName; /* The unqualified db name */
114596 /* If the trigger name was unqualified, and the table is a temp table,