Home
last modified time | relevance | path

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

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