sqlite3 Struct Reference
List of all members.
|
Public Attributes |
| sqlite3_vfs * | pVfs |
| int | nDb |
| Db * | aDb |
| int | flags |
| int | openFlags |
| int | errCode |
| int | errMask |
| u8 | autoCommit |
| u8 | temp_store |
| u8 | mallocFailed |
| char | nextAutovac |
| int | nTable |
| CollSeq * | pDfltColl |
| i64 | lastRowid |
| i64 | priorNewRowid |
| int | magic |
| int | nChange |
| int | nTotalChange |
| sqlite3_mutex * | mutex |
| struct sqlite3::sqlite3InitInfo | init |
| int | nExtension |
| void ** | aExtension |
| struct Vdbe * | pVdbe |
| int | activeVdbeCnt |
| void(* | xTrace )(void *, const char *) |
| 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) |
| void(* | xCollNeeded )(void *, sqlite3 *, int eTextRep, const char *) |
| void(* | xCollNeeded16 )(void *, sqlite3 *, int eTextRep, const void *) |
| void * | pCollNeededArg |
| sqlite3_value * | pErr |
| char * | zErrMsg |
| char * | zErrMsg16 |
| union { |
| int isInterrupted |
| double notUsed1 |
| } | u1 |
| int(* | xAuth )(void *, int, const char *, const char *, const char *, const char *) |
| void * | pAuthArg |
| int(* | xProgress )(void *) |
| void * | pProgressArg |
| int | nProgressOps |
| Hash | aModule |
| Table * | pVTab |
| sqlite3_vtab ** | aVTrans |
| int | nVTrans |
| Hash | aFunc |
| Hash | aCollSeq |
| BusyHandler | busyHandler |
| int | busyTimeout |
| Db | aDbStatic [2] |
| sqlite3_stmt * | pFetch |
| u8 | dfltLockMode |
| union { |
| int isInterrupted |
| double notUsed1 |
| } | u1 |
Classes |
| struct | sqlite3InitInfo |
Member Data Documentation
| int(* sqlite3::xAuth)(void *, int, const char *, const char *, const char *, const char *) |
( |
void * |
, |
|
|
int |
, |
|
|
const char * |
, |
|
|
const char * |
, |
|
|
const char * |
, |
|
|
const char * |
| |
|
) |
| | |
The documentation for this struct was generated from the following files: