Home
last modified time | relevance | path

Searched defs:onError (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libsqlite/src/
H A Dcopy.c37 int onError /* What to do if a constraint fails */ in sqliteCopy() argument
H A Dinsert.c95 int onError /* How to handle constraint errors */ in sqliteInsert() argument
636 int onError; in sqliteGenerateConstraintChecks() local
[all...]
H A Dupdate.c34 int onError /* How to handle constraint errors */ in sqliteUpdate() argument
H A Dbuild.c594 void sqliteAddNotNull(Parse *pParse, int onError){ in sqliteAddNotNull() argument
683 void sqliteAddPrimaryKey(Parse *pParse, IdList *pList, int onError){ in sqliteAddPrimaryKey() argument
1480 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ in sqliteCreateIndex() argument
2022 sqliteBeginTransaction(Parse * pParse,int onError) sqliteBeginTransaction() argument
[all...]
H A DsqliteInt.h356 u8 onError; /* Default conflict algorithm */ member
628 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ member