LocalTransaction Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal
Base Types
graph BT Type-->Base0["Transaction"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/Transaction" Base0-->Base1["Object"] Type["LocalTransaction"] class Type type-node

Syntax

public class LocalTransaction : Transaction

Constructors

Fields

Name Constant Value Summary
_file
_systemTransaction
Inherited from Transaction

Methods

Name Value Summary
AddNewReference(ObjectReference) void
Inherited from Transaction
AddTransactionListener(ITransactionListener) void
Inherited from Transaction
CheckSynchronization() void
Inherited from Transaction
Clear() void
ClearAll() void
Inherited from Transaction
Close(bool) void
Inherited from Transaction
Commit() void
Commit(ICommittedCallbackDispatcher) void
CommitReferenceSystem() void
Inherited from Transaction
CommitTimestampSupport() CommitTimestampSupport
CommitTransactionListeners() void
Inherited from Transaction
ConcurrentReplicationTimestamps() IList
Config() Config4Impl
Container() ObjectContainerBase
Inherited from Transaction
Context() IContext
Inherited from Transaction
Delete(ObjectReference, int, int) bool
Inherited from Transaction
DiscardReferenceSystem() void
Inherited from Transaction
DontDelete(int) void
Inherited from Transaction
Enlist(ITransactionParticipant) void
FlushFile() void
FrozenReferenceFor(int) IObjectInfo
GenerateTransactionTimestamp(long) long
Get(TransactionLocal) ByRef
Retrieves the value of a transaction local variables.
Inherited from Transaction
IdSystem() ITransactionalIdSystem
IsSystemTransaction() bool
Inherited from Transaction
LazyReferenceFor(int) LazyObjectReference
LocalContainer() LocalObjectContainer
NotifyAboutOtherReplicationCommit(long, IList) void
ObjectContainer() IObjectContainer
Inherited from Transaction
ObjectForIdFromCache(int) Object
Inherited from Transaction
ParentTransaction() Transaction
Inherited from Transaction
PostCommit() void
Inherited from Transaction
PostOpen() void
ProcessDeletes() void
ReferenceForId(int) ObjectReference
Inherited from Transaction
ReferenceForObject(Object) ObjectReference
Inherited from Transaction
ReferenceSystem() IReferenceSystem
Inherited from Transaction
Reflector() IReflector
Inherited from Transaction
RemoveObjectFromReferenceSystem(Object) void
Inherited from Transaction
RemoveReference(ObjectReference) void
Inherited from Transaction
Rollback() void
RollbackReferenceSystem() void
Inherited from Transaction
RollBackTransactionListeners() void
Inherited from Transaction
SetOutSideRepresentation(IObjectContainer) void
Inherited from Transaction
SystemTransaction() Transaction
Inherited from Transaction
Timestamp() long
ToString() string
Inherited from Transaction
TraverseDelete(IVisitor4) void
Inherited from Transaction
UseDefaultTransactionTimestamp() void
VersionForId(int) long
Wrap(Object) Object
Inherited from Transaction
WriteUpdateAdjustIndexes(int, ClassMetadata, ArrayType) void