Searched refs:zAlias (Results 1 – 1 of 1) sorted by relevance
19202 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member31685 if( pItem->zAlias && !flag_altform2 ){ in sqlite3_str_vappendf()31686 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()31693 }else if( pItem->zAlias ){ in sqlite3_str_vappendf()31694 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()106600 if( pItem->zAlias!=0 ){106601 if( sqlite3StrICmp(zTab, pItem->zAlias)!=0 ){106609 if( IN_RENAME_OBJECT && pItem->zAlias ){110257 pNewItem->zAlias = sqlite3DbStrDup(db, pOldItem->zAlias);125549 if( pItem->zAlias ) sqlite3DbNNFreeNN(db, pItem->zAlias);[all …]