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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15345 typedef struct Upsert Upsert; typedef in typeref:struct:Upsert
19336 Upsert *pUpsert; /* ON CONFLICT clause information from an upsert */
19393 struct Upsert { struct
19398 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */
19402 void *pToFree; /* Free memory when deleting the Upsert object */
19403 /* All fields above are owned by the Upsert object and must be freed
19404 ** when the Upsert is destroyed. The fields below are used to transfer
19974 ** pUpsert -> The ON CONFLICT clauses for an Upsert
20007 Upsert *pUpser
[all...]

Completed in 730 milliseconds