Searched refs:xIntegrity (Results 1 – 2 of 2) sorted by relevance
7722 int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema, member
8043 int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema, member104876 assert( pModule->xIntegrity!=0 );104879 rc = pModule->xIntegrity(pVtab, db->aDb[pOp->p1].zDbSName, pTab->zName,146752 if( pVTab->pModule->xIntegrity==0 ) continue;