Searched refs:TF_Eponymous (Results 1 – 4 of 4) sorted by relevance
1250 pTab->tabFlags |= TF_Eponymous; in sqlite3VtabEponymousTableInit()
34 || (pTab->tabFlags & TF_Eponymous)!=0 in isAlterableTable()
2345 #define TF_Eponymous 0x00008000 /* An eponymous virtual table */ macro
3448 if( pTab->tabFlags & TF_Eponymous ){ in tableMayNotBeDropped()