Searched refs:SQLITE_FullColNames (Results 1 – 3 of 3) sorted by relevance
120 { "full_column_names", SQLITE_FullColNames }, in flagPragma()
400 #define SQLITE_FullColNames 0x00000020 /* Show full column names on SELECT */ macro
711 fullNames = (db->flags & SQLITE_FullColNames)!=0; in generateColumnNames()