digikam
sqlite Struct Reference
#include <sqliteInt.h>
Classes | |
| struct | sqliteInitInfo |
Public Attributes | |
| Db * | aDb |
| Db | aDbStatic [2] |
| Hash | aFunc |
| int | cache_size |
| int | csChange |
| u8 | file_format |
| int | flags |
| struct sqlite::sqliteInitInfo | init |
| int | lastRowid |
| int | lsChange |
| int | magic |
| int | nChange |
| int | nDb |
| int | next_cookie |
| int | nProgressOps |
| int | nTable |
| u8 | onError |
| void * | pAuthArg |
| void * | pBusyArg |
| void * | pCommitArg |
| void * | pProgressArg |
| int | priorNewRowid |
| void * | pTraceArg |
| struct Vdbe * | pVdbe |
| u8 | safety_level |
| u8 | temp_store |
| u8 | want_to_close |
| int(* | xAuth )(void *, int, const char *, const char *, const char *, const char *) |
| int(* | xBusyCallback )(void *, const char *, int) |
| int(* | xCommitCallback )(void *) |
| int(* | xProgress )(void *) |
| void(* | xTrace )(void *, const char *) |
Detailed Description
Definition at line 348 of file sqliteInt.h.
Member Data Documentation
Definition at line 350 of file sqliteInt.h.
Definition at line 351 of file sqliteInt.h.
Definition at line 365 of file sqliteInt.h.
Definition at line 359 of file sqliteInt.h.
| int sqlite::csChange |
Definition at line 371 of file sqliteInt.h.
Definition at line 353 of file sqliteInt.h.
| int sqlite::flags |
Definition at line 352 of file sqliteInt.h.
Definition at line 366 of file sqliteInt.h.
| int sqlite::lsChange |
Definition at line 370 of file sqliteInt.h.
| int sqlite::magic |
Definition at line 368 of file sqliteInt.h.
| int sqlite::nChange |
Definition at line 369 of file sqliteInt.h.
| int sqlite::nDb |
Definition at line 349 of file sqliteInt.h.
Definition at line 358 of file sqliteInt.h.
Definition at line 388 of file sqliteInt.h.
| int sqlite::nTable |
Definition at line 360 of file sqliteInt.h.
Definition at line 357 of file sqliteInt.h.
| void* sqlite::pAuthArg |
Definition at line 383 of file sqliteInt.h.
| void* sqlite::pBusyArg |
Definition at line 361 of file sqliteInt.h.
| void* sqlite::pCommitArg |
Definition at line 363 of file sqliteInt.h.
| void* sqlite::pProgressArg |
Definition at line 387 of file sqliteInt.h.
Definition at line 367 of file sqliteInt.h.
| void* sqlite::pTraceArg |
Definition at line 379 of file sqliteInt.h.
struct Vdbe* sqlite::pVdbe [read] |
Definition at line 377 of file sqliteInt.h.
Definition at line 354 of file sqliteInt.h.
Definition at line 356 of file sqliteInt.h.
Definition at line 355 of file sqliteInt.h.
| int(* sqlite::xAuth)(void *, int, const char *, const char *, const char *, const char *) |
| int(* sqlite::xBusyCallback)(void *, const char *, int) |
| int(* sqlite::xCommitCallback)(void *) |
| int(* sqlite::xProgress)(void *) |
| void(* sqlite::xTrace)(void *, const char *) |
The documentation for this struct was generated from the following file:
KDE 4.4 API Reference