Home
last modified time | relevance | path

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

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