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