Searched defs:orconf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c285 pTriggerStep->orconf = OE_Default;
303 int orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
316 pTriggerStep->orconf = orconf;
331 int orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
340 pTriggerStep->orconf = orconf;
358 pTriggerStep->orconf = OE_Default;
609 int orconf; local
614 orconf
682 sqliteCodeRowTrigger( Parse *pParse, int op, ExprList *pChanges, int tr_tm, Table *pTab, int newIdx, int oldIdx, int orconf, int ignoreJump ) argument
[all...]
H A DsqliteInt.h1001 * orconf -> stores the ON CONFLICT algorithm
1027 int orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
1054 * as the orconf member. If this is OE_Default, then the ON CONFLICT clause
1072 int orconf; /* Current orconf policy */ member in struct:TriggerStack

Completed in 27 milliseconds