digikam
BtOps Struct Reference
#include <btree.h>
Detailed Description
Definition at line 40 of file btree.h.
Public Attributes | |
| int(* | BeginCkpt )(Btree *) |
| int(* | BeginTrans )(Btree *) |
| int(* | ClearTable )(Btree *, int) |
| int(* | Close )(Btree *) |
| int(* | Commit )(Btree *) |
| int(* | CommitCkpt )(Btree *) |
| int(* | Copyfile )(Btree *, Btree *) |
| int(* | CreateIndex )(Btree *, int *) |
| int(* | CreateTable )(Btree *, int *) |
| int(* | Cursor )(Btree *, int iTable, int wrFlag, BtCursor **ppCur) |
| int(* | DropTable )(Btree *, int) |
| const char *(* | GetFilename )(Btree *) |
| int(* | GetMeta )(Btree *, int *) |
| char *(* | IntegrityCheck )(Btree *, int *, int) |
| struct Pager *(* | Pager )(Btree *) |
| int(* | Rollback )(Btree *) |
| int(* | RollbackCkpt )(Btree *) |
| int(* | SetCacheSize )(Btree *, int) |
| int(* | SetSafetyLevel )(Btree *, int) |
| int(* | UpdateMeta )(Btree *, int *) |
Member Data Documentation
| int(* BtOps::BeginCkpt)(Btree *) |
| int(* BtOps::BeginTrans)(Btree *) |
| int(* BtOps::ClearTable)(Btree *, int) |
| int(* BtOps::Close)(Btree *) |
| int(* BtOps::Commit)(Btree *) |
| int(* BtOps::CommitCkpt)(Btree *) |
| int(* BtOps::Copyfile)(Btree *, Btree *) |
| int(* BtOps::CreateIndex)(Btree *, int *) |
| int(* BtOps::CreateTable)(Btree *, int *) |
| int(* BtOps::Cursor)(Btree *, int iTable, int wrFlag, BtCursor **ppCur) |
| int(* BtOps::DropTable)(Btree *, int) |
| const char*(* BtOps::GetFilename)(Btree *) |
| int(* BtOps::GetMeta)(Btree *, int *) |
| char*(* BtOps::IntegrityCheck)(Btree *, int *, int) |
struct Pager*(* BtOps::Pager)(Btree *) [read] |
| int(* BtOps::Rollback)(Btree *) |
| int(* BtOps::RollbackCkpt)(Btree *) |
| int(* BtOps::SetCacheSize)(Btree *, int) |
| int(* BtOps::SetSafetyLevel)(Btree *, int) |
| int(* BtOps::UpdateMeta)(Btree *, int *) |
The documentation for this struct was generated from the following file:
KDE 4.2 API Reference