Lines Matching defs:fullName
140331 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */140350 fullName = (db->flags & SQLITE_FullColNames)!=0;140351 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName;140376 if( fullName ){