Searched refs:shortNames (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c710 int fullNames, shortNames; local
716 shortNames = (db->flags & SQLITE_ShortColNames)!=0;
741 if( !shortNames && !fullNames && p->span.z && p->span.z[0] ){
744 }else if( fullNames || (!shortNames && pTabList->nSrc>1) ){

Completed in 50 milliseconds