Home
last modified time | relevance | path

Searched refs:OE_Ignore (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c679 case OE_Ignore: { in sqliteGenerateConstraintChecks()
740 case OE_Ignore: { in sqliteGenerateConstraintChecks()
789 if( onError==OE_Ignore ) onError = OE_Replace; in sqliteGenerateConstraintChecks()
828 case OE_Ignore: { in sqliteGenerateConstraintChecks()
H A DsqliteInt.h583 #define OE_Ignore 4 /* Ignore the error. Do not do the INSERT or UPDATE */ macro
H A Dparse.y263 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }
860 A->iColumn = OE_Ignore;
H A Dexpr.c1256 assert( pExpr->iColumn == OE_Ignore ); in sqliteExprCode()