Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Upsert Struct Reference

Data Fields

ExprListpUpsertTarget
 
ExprpUpsertTargetWhere
 
ExprListpUpsertSet
 
ExprpUpsertWhere
 
IndexpUpsertIdx
 
SrcListpUpsertSrc
 
int regData
 
int iDataCur
 
int iIdxCur
 

Detailed Description

Definition at line 18406 of file sqlite3.c.

Field Documentation

◆ iDataCur

int Upsert::iDataCur

Definition at line 18418 of file sqlite3.c.

Referenced by sqlite3Insert(), sqlite3Update(), and sqlite3UpsertDoUpdate().

◆ iIdxCur

int Upsert::iIdxCur

Definition at line 18419 of file sqlite3.c.

Referenced by sqlite3Insert(), and sqlite3Update().

◆ pUpsertIdx

Index* Upsert::pUpsertIdx

Definition at line 18415 of file sqlite3.c.

Referenced by sqlite3GenerateConstraintChecks(), and sqlite3UpsertAnalyzeTarget().

◆ pUpsertSet

◆ pUpsertSrc

SrcList* Upsert::pUpsertSrc

◆ pUpsertTarget

◆ pUpsertTargetWhere

Expr* Upsert::pUpsertTargetWhere

◆ pUpsertWhere

Expr* Upsert::pUpsertWhere

Definition at line 18410 of file sqlite3.c.

Referenced by renameResolveTrigger(), sqlite3UpsertDelete(), and sqlite3UpsertDoUpdate().

◆ regData

int Upsert::regData

Definition at line 18417 of file sqlite3.c.

Referenced by lookupName(), sqlite3Insert(), and sqlite3UpsertDoUpdate().


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