Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddelete.c101 if( (pTab->tabFlags & (TF_Readonly|TF_Shadow))==0 ) return 0; in tabIsReadOnly()
103 if( (pTab->tabFlags & TF_Readonly)!=0 ){ in tabIsReadOnly()
H A DsqliteInt.h2328 #define TF_Readonly 0x00000001 /* Read-only system table */ macro
H A Dbuild.c2652 if( p->tnum==1 ) p->tabFlags |= TF_Readonly; in sqlite3EndTable()