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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19388 ** pUpsertSet is the list of column=expr terms of the UPDATE statement.
19389 ** The pUpsertSet field is NULL for a ON CONFLICT DO NOTHING. The
19396 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ member in struct:Upsert
116803 ExprList *pUpsertSet = pUpsert->pUpsertSet; local
117023 ExprList *pUpsertSet = pStep->pUpsert->pUpsertSet; local
[all...]

Completed in 689 milliseconds