Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VdbeOp::p4union Union Reference

Data Fields

int i
 
void * p
 
char * z
 
i64pI64
 
double * pReal
 
FuncDefpFunc
 
sqlite3_contextpCtx
 
CollSeqpColl
 
MempMem
 
VTablepVtab
 
KeyInfopKeyInfo
 
u32ai
 
SubProgrampProgram
 
TablepTab
 
int(* xAdvance )(BtCursor *, int)
 

Detailed Description

Definition at line 15441 of file sqlite3.c.

Field Documentation

◆ ai

u32* VdbeOp::p4union::ai

Definition at line 15453 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ i

int VdbeOp::p4union::i

◆ p

void* VdbeOp::p4union::p

◆ pColl

CollSeq* VdbeOp::p4union::pColl

Definition at line 15449 of file sqlite3.c.

Referenced by sqlite3GetFuncCollSeq(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pCtx

sqlite3_context* VdbeOp::p4union::pCtx

Definition at line 15448 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pFunc

FuncDef* VdbeOp::p4union::pFunc

Definition at line 15447 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pI64

i64* VdbeOp::p4union::pI64

Definition at line 15445 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pKeyInfo

KeyInfo* VdbeOp::p4union::pKeyInfo

Definition at line 15452 of file sqlite3.c.

Referenced by selectInnerLoop(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pMem

Mem* VdbeOp::p4union::pMem

Definition at line 15450 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pProgram

SubProgram* VdbeOp::p4union::pProgram

Definition at line 15454 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeNextOpcode().

◆ pReal

double* VdbeOp::p4union::pReal

Definition at line 15446 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pTab

Table* VdbeOp::p4union::pTab

Definition at line 15455 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ pVtab

VTable* VdbeOp::p4union::pVtab

Definition at line 15451 of file sqlite3.c.

Referenced by readsTable(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().

◆ xAdvance

int(* VdbeOp::p4union::xAdvance) (BtCursor *, int)

Definition at line 15459 of file sqlite3.c.

Referenced by resolveP2Values(), and sqlite3VdbeExec().

◆ z


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