Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c8247 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ member
53953 SQLITE_PRIVATE void sqlite3AddNotNull(Parse *pParse, int onError){ in sqlite3AddNotNull()
54099 int onError, /* What to do with a uniqueness conflict */ in sqlite3AddPrimaryKey()
55302 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ in sqlite3CreateIndex()
59200 int onError /* How to handle constraint errors */ in sqlite3Insert()
59882 int onError; in sqlite3GenerateConstraintChecks() local
60297 int onError, /* How to handle constraint errors */ in xferOptimization()
68548 int onError /* How to handle constraint errors */ in sqlite3Update()