Searched refs:zAlias (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 19711 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member 32542 if( pItem->zAlias && !flag_altform2 ){ in sqlite3_str_vappendf() 32543 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf() 32553 }else if( pItem->zAlias ){ in sqlite3_str_vappendf() 32554 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf() 108455 if( pItem->zAlias!=0 ){ 108456 if( sqlite3StrICmp(zTab, pItem->zAlias)!=0 ){ 108464 if( IN_RENAME_OBJECT && pItem->zAlias ){ 112248 pNewItem->zAlias = sqlite3DbStrDup(db, pOldItem->zAlias); 127970 if( pItem->zAlias ) sqlite3DbNNFreeNN(db, pItem->zAlias); [all …]
|
| H A D | shell.c | 15391 const char *zAlias = (const char*)sqlite3_column_name(p->pCheck,jj+1); in intckSaveKey() local 15392 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey()
|