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