H A D | sqlite3.c | 18101 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ member 32394 sqlite3TreeViewInsert( const With *pWith, const SrcList *pTabList, const IdList *pColumnList, const Select *pSelect, const ExprList *pExprList, int onError, const Upsert *pUpsert, const Trigger *pTrigger ) sqlite3TreeViewInsert() argument 32464 sqlite3TreeViewUpdate( const With *pWith, const SrcList *pTabList, const ExprList *pChanges, const Expr *pWhere, int onError, const ExprList *pOrderBy, const Expr *pLimit, const Upsert *pUpsert, const Trigger *pTrigger ) sqlite3TreeViewUpdate() argument 83559 sqlite3VdbeVerifyAbortable(Vdbe *p, int onError) global() argument 119080 sqlite3AddNotNull(Parse *pParse, int onError) global() argument 119304 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) global() argument 121373 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) global() argument 122787 sqlite3HaltConstraint( Parse *pParse, int errCode, int onError, char *p4, i8 p4type, u8 p5Errmsg ) global() argument 122809 sqlite3UniqueConstraint( Parse *pParse, int onError, Index *pIdx ) global() argument 122845 sqlite3RowidConstraint( Parse *pParse, int onError, Table *pTab ) global() argument 129285 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError, Upsert *pUpsert ) global() argument 130290 int onError; /* Conflict resolution strategy */ global() local 131382 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) global() argument 147478 onErrorText(int onError) global() argument 148124 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) global() argument [all...] |