Home | History | Annotate | Download | only in dist

Lines Matching full:unqualified

5552 ** resolve unqualified table references.
13299 Token sNameToken; /* Token with unqualified schema object name */
93545 ** pName2) that stores the unqualified table name. The index of the
93552 Token **pUnqual /* Write the unqualified object name here */
93578 ** unqualified name for a new schema object (table, index, view or
93644 Token *pName; /* Unqualified name of the table to create */
93659 ** pName2) that stores the unqualified table name. The variable iDb is
93668 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
95704 Token *pName = 0; /* Unqualified name of the index to create */
95733 /* If the index name was unqualified, check if the table
114574 Token *pName; /* The unqualified db name */
114614 /* If the trigger name was unqualified, and the table is a temp table,