Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18202 #define SQLITE_FullColNames 0x00000004 /* Show full column names on SELECT */ macro
140334 /* iArg: */ SQLITE_FullColNames },
146986 fullName = (db->flags & SQLITE_FullColNames)!=0;
147268 db->flags &= ~(u64)SQLITE_FullColNames;
151024 int longNames = (flags & SQLITE_FullColNames)!=0