Searched refs:fullName (Results 1 – 1 of 1) sorted by relevance
2081 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */ in sqlite3GenerateColumnNames() local2100 fullName = (db->flags & SQLITE_FullColNames)!=0; in sqlite3GenerateColumnNames()2101 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName; in sqlite3GenerateColumnNames()2126 if( fullName ){ in sqlite3GenerateColumnNames()