Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c1250 pTab->tabFlags |= TF_Eponymous; in sqlite3VtabEponymousTableInit()
H A Dalter.c34 || (pTab->tabFlags & TF_Eponymous)!=0 in isAlterableTable()
H A DsqliteInt.h2345 #define TF_Eponymous 0x00008000 /* An eponymous virtual table */ macro
H A Dbuild.c3448 if( pTab->tabFlags & TF_Eponymous ){ in tableMayNotBeDropped()