Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17750 #define SQLITE_FullColNames 0x00000004 /* Show full column names on SELECT */ macro
137454 /* iArg: */ SQLITE_FullColNames },
143911 fullName = (db->flags & SQLITE_FullColNames)!=0;
144189 db->flags &= ~(u64)SQLITE_FullColNames;
147873 int longNames = (flags & SQLITE_FullColNames)!=0