#include <vdbe.h>
Public Attributes | |
u8 | opcode |
signed char | p4type |
u8 | opflags |
u8 | p5 |
int | p1 |
int | p2 |
int | p3 |
union { | |
int i | |
void * p | |
char * z | |
i64 * pI64 | |
double * pReal | |
FuncDef * pFunc | |
VdbeFunc * pVdbeFunc | |
CollSeq * pColl | |
Mem * pMem | |
sqlite3_vtab * pVtab | |
KeyInfo * pKeyInfo | |
int * ai | |
} | p4 |
Definition at line 43 of file vdbe.h.
int* VdbeOp::ai |
Definition at line 63 of file vdbe.h.
Referenced by sqlite3VdbeExec().
int VdbeOp::i |
Definition at line 52 of file vdbe.h.
Referenced by displayP4(), sqlite3VdbeChangeP4(), and sqlite3VdbeExec().
Definition at line 44 of file vdbe.h.
Referenced by allocateCursor(), createVarMap(), readsTable(), resolveP2Values(), sqlite3ExprHardCopy(), sqlite3FinishCoding(), sqlite3Insert(), sqlite3Step(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeToNoop(), sqlite3VdbeExec(), sqlite3VdbeList(), sqlite3VdbeReset(), and sqlite3WhereEnd().
void* VdbeOp::p |
Definition at line 53 of file vdbe.h.
Referenced by sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP4(), sqlite3VdbeChangeToNoop(), sqlite3VdbeDelete(), and sqlite3VdbeExec().
int VdbeOp::p1 |
Definition at line 48 of file vdbe.h.
Referenced by createVarMap(), resolveP2Values(), sqlite3ExprHardCopy(), sqlite3Insert(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP1(), sqlite3VdbeExec(), sqlite3VdbeList(), and sqlite3WhereEnd().
int VdbeOp::p2 |
Definition at line 49 of file vdbe.h.
Referenced by allocateCursor(), readsTable(), resolveP2Values(), sqlite3Insert(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP2(), sqlite3VdbeExec(), sqlite3VdbeList(), and sqlite3WhereEnd().
int VdbeOp::p3 |
Definition at line 50 of file vdbe.h.
Referenced by readsTable(), sqlite3Insert(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP3(), sqlite3VdbeExec(), and sqlite3VdbeList().
union { ... } VdbeOp::p4 |
signed char VdbeOp::p4type |
Definition at line 45 of file vdbe.h.
Referenced by displayP4(), readsTable(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP4(), sqlite3VdbeChangeToNoop(), sqlite3VdbeDelete(), and sqlite3VdbeExec().
Definition at line 47 of file vdbe.h.
Referenced by resolveP2Values(), sqlite3VdbeAddOp3(), sqlite3VdbeAddOpList(), sqlite3VdbeChangeP5(), sqlite3VdbeExec(), and sqlite3VdbeList().
Definition at line 59 of file vdbe.h.
Referenced by displayP4(), and sqlite3VdbeExec().
Definition at line 57 of file vdbe.h.
Referenced by displayP4(), and sqlite3VdbeExec().
Definition at line 55 of file vdbe.h.
Referenced by displayP4(), and sqlite3VdbeExec().
Definition at line 62 of file vdbe.h.
Referenced by displayP4(), sqlite3VdbeChangeP4(), and sqlite3VdbeExec().
Definition at line 60 of file vdbe.h.
Referenced by displayP4(), and sqlite3VdbeExec().
double* VdbeOp::pReal |
Definition at line 56 of file vdbe.h.
Referenced by displayP4(), and sqlite3VdbeExec().
Definition at line 58 of file vdbe.h.
Referenced by sqlite3VdbeExec().
Definition at line 61 of file vdbe.h.
Referenced by displayP4(), readsTable(), and sqlite3VdbeExec().
char* VdbeOp::z |
Definition at line 54 of file vdbe.h.
Referenced by createVarMap(), displayP4(), sqlite3Step(), sqlite3VdbeChangeP4(), and sqlite3VdbeExec().
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:04 2011 by Doxygen 1.6.1