Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dpragma.c123 { "full_column_names", SQLITE_FullColNames }, in flagPragma()
H A DsqliteInt.h403 #define SQLITE_FullColNames 0x00000020 /* Show full column names on SELECT */ macro
H A Dselect.c715 fullNames = (db->flags & SQLITE_FullColNames)!=0; in generateColumnNames()