ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
VdbeOp::p4union Union Reference
Collaboration diagram for VdbeOp::p4union:

Public Attributes

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

Detailed Description

Definition at line 15166 of file sqlite3.c.

Member Data Documentation

◆ ai

int* VdbeOp::p4union::ai

Definition at line 15178 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ i

int VdbeOp::p4union::i

Definition at line 15167 of file sqlite3.c.

Referenced by sqlite3GenerateConstraintChecks(), and sqlite3VdbeDisplayP4().

◆ p

void* VdbeOp::p4union::p

◆ pColl

CollSeq* VdbeOp::p4union::pColl

Definition at line 15174 of file sqlite3.c.

Referenced by sqlite3GetFuncCollSeq(), and sqlite3VdbeDisplayP4().

◆ pCtx

sqlite3_context* VdbeOp::p4union::pCtx

Definition at line 15173 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ pFunc

FuncDef* VdbeOp::p4union::pFunc

Definition at line 15172 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ pI64

i64* VdbeOp::p4union::pI64

Definition at line 15170 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ pKeyInfo

KeyInfo* VdbeOp::p4union::pKeyInfo

Definition at line 15177 of file sqlite3.c.

Referenced by selectInnerLoop(), and sqlite3VdbeDisplayP4().

◆ pMem

Mem* VdbeOp::p4union::pMem

Definition at line 15175 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ pProgram

SubProgram* VdbeOp::p4union::pProgram

Definition at line 15179 of file sqlite3.c.

Referenced by sqlite3VdbeNextOpcode().

◆ pReal

double* VdbeOp::p4union::pReal

Definition at line 15171 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ pTab

Table* VdbeOp::p4union::pTab

Definition at line 15180 of file sqlite3.c.

Referenced by sqlite3VdbeDisplayP4().

◆ pVtab

VTable* VdbeOp::p4union::pVtab

Definition at line 15176 of file sqlite3.c.

Referenced by readsTable(), and sqlite3VdbeDisplayP4().

◆ xAdvance

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

Definition at line 15184 of file sqlite3.c.

Referenced by resolveP2Values().

◆ z

char* VdbeOp::p4union::z

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