Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddelete.c76 static int vtabIsReadOnly(Parse *pParse, Table *pTab){ in vtabIsReadOnly() function
99 return vtabIsReadOnly(pParse, pTab); in tabIsReadOnly()