Searched defs:Upsert (Results 1 – 1 of 1) sorted by relevance
15345 typedef struct Upsert Upsert; typedef19393 struct Upsert { struct19394 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument19395 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument19396 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument19397 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument19398 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument19402 void *pToFree; /* Free memory when deleting the Upsert object */ argument19408 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument19409 SrcList *pUpsertSrc; /* Table to be updated */ argument[all …]