Searched refs:pUpsert (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19336 Upsert *pUpsert; /* ON CONFLICT clause information from an upsert */ member in union:NameContext::__anon35
19367 #define NC_UUpsert 0x000200 /* True if uNC.pUpsert is used */
19974 ** pUpsert -> The ON CONFLICT clauses for an Upsert
20007 Upsert *pUpsert; /* Upsert clauses on an INSERT */ member in struct:TriggerStep
33277 sqlite3TreeViewUpsert( TreeView *pView, const Upsert *pUpsert, u8 moreToFollow ) argument
33364 sqlite3TreeViewInsert( const With *pWith, const SrcList *pTabList, const IdList *pColumnList, const Select *pSelect, const ExprList *pExprList, int onError, const Upsert *pUpsert, const Trigger *pTrigger ) argument
33434 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 ) argument
106699 Upsert *pUpsert = pNC->uNC.pUpsert; local
116797 Upsert *pUpsert = pStep->pUpsert; local
116840 Upsert *pUpsert = pStep->pUpsert; local
151051 sqlite3TriggerInsertStep( Parse *pParse, Token *pTableName, IdList *pColumn, Select *pSelect, u8 orconf, Upsert *pUpsert, const char *zStart, const char *zEnd ) argument
153639 sqlite3UpsertNextIsIPK(Upsert *pUpsert) argument
153655 sqlite3UpsertOfIndex(Upsert *pUpsert, Index *pIdx) argument
153675 sqlite3UpsertDoUpdate( Parse *pParse, Upsert *pUpsert, Table *pTab, Index *pIdx, int iCur ) argument
[all...]

Completed in 477 milliseconds