Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmain.c942 { SQLITE_DBCONFIG_ENABLE_VIEW, SQLITE_EnableView }, in sqlite3_db_config()
3267 | SQLITE_EnableView in openDatabase()
H A DsqliteInt.h1734 #define SQLITE_EnableView 0x80000000 /* Enable the use of views */ macro
H A Dselect.c5810 if( (db->flags & SQLITE_EnableView)==0 in selectExpander()