- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Btree - Base Types
-
- Object
- BTreePatch
- Derived Types
graph BT
Type-->Base0["BTreePatch"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Btree/BTreePatch"
Base0-->Base1["Object"]
Type["BTreeUpdate"]
class Type type-node
Derived0["BTreeRemove"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Btree/BTreeRemove"
Derived1["BTreeCancelledRemoval"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Btree/BTreeCancelledRemoval"
Syntax
public abstract class BTreeUpdate : BTreePatch
Constructors
| Name | Summary |
|---|---|
| BTreeUpdate |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _next | ||
| _object |
Inherited from BTreePatch
|
|
| _transaction |
Inherited from BTreePatch
|
Methods
| Name | Value | Summary |
|---|---|---|
| Adjust |
void | |
| Append |
void | |
| ApplyKeyChange |
void | |
| Commit |
Object | |
| Committed |
void | |
| ForTransaction |
BTreePatch | |
| GetCommittedObject |
Object | |
| GetObject |
Object |
Inherited from BTreePatch
|
| HasNext |
bool | |
| InternalCommit |
Object | |
| IsAdd |
bool |
Inherited from BTreePatch
|
| IsCancelledRemoval |
bool |
Inherited from BTreePatch
|
| IsRemove |
bool |
Inherited from BTreePatch
|
| Key |
Object | |
| RemovedBy |
void | |
| RemoveFor |
BTreeUpdate | |
| ReplacePatch |
BTreeUpdate | |
| Rollback |
Object | |
| SizeDiff |
int | |
| SizeDiff |
int | |
| ToString |
string |
Inherited from BTreePatch
|