Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
Upsert Struct Reference
Collaboration diagram for Upsert:

Data Fields

ExprListpUpsertTarget
ExprpUpsertTargetWhere
ExprListpUpsertSet
ExprpUpsertWhere
UpsertpNextUpsert
u8 isDoUpdate
u8 isDup
void * pToFree
IndexpUpsertIdx
SrcListpUpsertSrc
int regData
int iDataCur
int iIdxCur

Detailed Description

Definition at line 19912 of file sqlite3.c.

Field Documentation

◆ iDataCur

int Upsert::iDataCur

Definition at line 19931 of file sqlite3.c.

◆ iIdxCur

int Upsert::iIdxCur

Definition at line 19932 of file sqlite3.c.

◆ isDoUpdate

u8 Upsert::isDoUpdate

Definition at line 19918 of file sqlite3.c.

◆ isDup

u8 Upsert::isDup

Definition at line 19919 of file sqlite3.c.

◆ pNextUpsert

Upsert* Upsert::pNextUpsert

Definition at line 19917 of file sqlite3.c.

◆ pToFree

void* Upsert::pToFree

Definition at line 19922 of file sqlite3.c.

◆ pUpsertIdx

Index* Upsert::pUpsertIdx

Definition at line 19928 of file sqlite3.c.

◆ pUpsertSet

ExprList* Upsert::pUpsertSet

Definition at line 19915 of file sqlite3.c.

◆ pUpsertSrc

SrcList* Upsert::pUpsertSrc

Definition at line 19929 of file sqlite3.c.

◆ pUpsertTarget

ExprList* Upsert::pUpsertTarget

Definition at line 19913 of file sqlite3.c.

◆ pUpsertTargetWhere

Expr* Upsert::pUpsertTargetWhere

Definition at line 19914 of file sqlite3.c.

◆ pUpsertWhere

Expr* Upsert::pUpsertWhere

Definition at line 19916 of file sqlite3.c.

◆ regData

int Upsert::regData

Definition at line 19930 of file sqlite3.c.


The documentation for this struct was generated from the following file: