Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h2195 #define SQLITE_AFF_MASK 0x47 macro
H A Dvdbe.c2129 assert( (pOp->p5 & SQLITE_AFF_MASK)!=SQLITE_AFF_TEXT || CORRUPT_DB ); in sqlite3VdbeExec()
2185 affinity = pOp->p5 & SQLITE_AFF_MASK; in sqlite3VdbeExec()