Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c2081 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */ in sqlite3GenerateColumnNames() local
2100 fullName = (db->flags & SQLITE_FullColNames)!=0; in sqlite3GenerateColumnNames()
2101 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName; in sqlite3GenerateColumnNames()
2126 if( fullName ){ in sqlite3GenerateColumnNames()