Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c14229 typedef struct Upsert Upsert; typedef
17729 struct Upsert { struct
17730 ExprList *pUpsertTarget; /* Optional description of conflicting index */ argument
17731 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument
17732 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument
17733 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument
17738 Index *pUpsertIdx; /* Constraint that pUpsertTarget identifies */ argument
17739 SrcList *pUpsertSrc; /* Table to be updated */ argument
17740 int regData; /* First register holding array of VALUES */
17741 int iDataCur; /* Index of the data cursor */
[all …]

Completed in 394 milliseconds