The Pedigree Project  0.1
Classes | Public Attributes | List of all members
sqlite3 Struct Reference
+ Collaboration diagram for sqlite3:

Classes

struct  sqlite3InitInfo
 

Public Attributes

sqlite3_vfspVfs
 
struct VdbepVdbe
 
CollSeqpDfltColl
 
sqlite3_mutexmutex
 
DbaDb
 
int nDb
 
int flags
 
i64 lastRowid
 
i64 szMmap
 
unsigned int openFlags
 
int errCode
 
int errMask
 
int iSysErrno
 
u16 dbOptFlags
 
u8 enc
 
u8 autoCommit
 
u8 temp_store
 
u8 mallocFailed
 
u8 bBenignMalloc
 
u8 dfltLockMode
 
signed char nextAutovac
 
u8 suppressErr
 
u8 vtabOnConflict
 
u8 isTransactionSavepoint
 
u8 mTrace
 
int nextPagesize
 
u32 magic
 
int nChange
 
int nTotalChange
 
int aLimit [SQLITE_N_LIMIT]
 
int nMaxSorterMmap
 
struct sqlite3::sqlite3InitInfo init
 
int nVdbeActive
 
int nVdbeRead
 
int nVdbeWrite
 
int nVdbeExec
 
int nVDestroy
 
int nExtension
 
void ** aExtension
 
int(* xTrace )(u32, void *, void *, void *)
 
void * pTraceArg
 
void(* xProfile )(void *, const char *, u64)
 
void * pProfileArg
 
void * pCommitArg
 
int(* xCommitCallback )(void *)
 
void * pRollbackArg
 
void(* xRollbackCallback )(void *)
 
void * pUpdateArg
 
void(* xUpdateCallback )(void *, int, const char *, const char *, sqlite_int64)
 
int(* xWalCallback )(void *, sqlite3 *, const char *, int)
 
void * pWalArg
 
void(* xCollNeeded )(void *, sqlite3 *, int eTextRep, const char *)
 
void(* xCollNeeded16 )(void *, sqlite3 *, int eTextRep, const void *)
 
void * pCollNeededArg
 
sqlite3_valuepErr
 
union {
   volatile int   isInterrupted
 
   double   notUsed1
 
u1
 
Lookaside lookaside
 
sqlite3_xauth xAuth
 
void * pAuthArg
 
int(* xProgress )(void *)
 
void * pProgressArg
 
unsigned nProgressOps
 
int nVTrans
 
Hash aModule
 
VtabCtxpVtabCtx
 
VTable ** aVTrans
 
VTablepDisconnect
 
Hash aFunc
 
Hash aCollSeq
 
BusyHandler busyHandler
 
Db aDbStatic [2]
 
SavepointpSavepoint
 
int busyTimeout
 
int nSavepoint
 
int nStatement
 
i64 nDeferredCons
 
i64 nDeferredImmCons
 
int * pnBytesFreed
 

Detailed Description

Definition at line 13921 of file sqlite3.c.


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