Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c16443 #define SQLITE_FullColNames 0x00000004 /* Show full column names on SELECT */ macro
120854 /* iArg: */ SQLITE_FullColNames },
126487 fullName = (db->flags & SQLITE_FullColNames)!=0;
126710 db->flags &= ~(u64)SQLITE_FullColNames;
129567 int longNames = (flags & SQLITE_FullColNames)!=0

Completed in 348 milliseconds