Searched refs:orconf (Results 1 - 4 of 4) 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 Ddelete.c247 oldIdx, (pParse->trigStack)?pParse->trigStack->orconf:OE_Default,
282 oldIdx, (pParse->trigStack)?pParse->trigStack->orconf:OE_Default,
H A Dparse.y256 %type orconf {int}
260 orconf(A) ::= . { A = OE_Default; }
261 orconf(A) ::= OR resolvetype(X). { A = X; }
496 cmd ::= UPDATE orconf(R) nm(X) dbnm(D) SET setlist(Y) where_opt(Z).
512 insert_cmd(A) ::= INSERT orconf(R). {A = R;}
768 cmd ::= COPY orconf(R) nm(X) dbnm(D) FROM nm(Y) USING DELIMITERS STRING(Z).
770 cmd ::= COPY orconf(R) nm(X) dbnm(D) FROM nm(Y).
841 trigger_cmd(A) ::= UPDATE orconf(R) nm(X) SET setlist(Y) where_opt(Z).
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 33 milliseconds