Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15345 typedef struct Upsert Upsert; typedef
19393 struct Upsert { struct
19394 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument
19395 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument
19396 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument
19397 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument
19398 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument
19402 void *pToFree; /* Free memory when deleting the Upsert object */ argument
19408 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument
19409 SrcList *pUpsertSrc; /* Table to be updated */ argument
[all …]