Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c1321 p->pVTable->bConstraint = (u8)va_arg(ap, int); in sqlite3_vtab_config()
H A DsqliteInt.h2257 u8 bConstraint; /* True if constraints are supported */ member
H A Dvdbe.c8295 if( (rc&0xff)==SQLITE_CONSTRAINT && pOp->p4.pVtab->bConstraint ){ in sqlite3VdbeExec()