Searched refs:zAlias (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 19266 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member 31986 if( pItem->zAlias && !flag_altform2 ){ in sqlite3_str_vappendf() 31987 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf() 31994 }else if( pItem->zAlias ){ in sqlite3_str_vappendf() 31995 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf() 107143 if( pItem->zAlias!=0 ){ 107144 if( sqlite3StrICmp(zTab, pItem->zAlias)!=0 ){ 107152 if( IN_RENAME_OBJECT && pItem->zAlias ){ 110892 pNewItem->zAlias = sqlite3DbStrDup(db, pOldItem->zAlias); 126300 if( pItem->zAlias ) sqlite3DbNNFreeNN(db, pItem->zAlias); [all …]
|
H A D | shell.c | 14472 const char *zAlias = (const char*)sqlite3_column_name(p->pCheck,jj+1); in intckSaveKey() local 14473 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey()
|