AbstractLateQueryResult Class

graph BT Type-->Base0["AbstractQueryResult"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/AbstractQueryResult" Base0-->Base1["Object"] Type-.->Interface0["IQueryResult"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/IQueryResult" Type-.->Interface1["IEnumerable"] Type["AbstractLateQueryResult"] class Type type-node Derived0["SnapShotQueryResult"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/SnapShotQueryResult" Derived1["LazyQueryResult"]-->Type click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/LazyQueryResult"

Syntax

public abstract class AbstractLateQueryResult : AbstractQueryResult, IQueryResult, IEnumerable

Constructors

Fields

Name Constant Value Summary
_iterable
_transaction
Inherited from AbstractQueryResult

Methods

Name Value Summary
Activate(Object) Object
Inherited from AbstractQueryResult
ActivatedObject(int) Object
Inherited from AbstractQueryResult
ClassIndexesIterable(ClassMetadataIterator) IEnumerable
ClassIndexIterable(ClassMetadata) IEnumerable
ClassIndexIterator(ClassMetadata) IEnumerator
Config() Config4Impl
Inherited from AbstractQueryResult
Get(int) Object
Inherited from AbstractQueryResult
GetEnumerator() IEnumerator
Inherited from AbstractQueryResult
GetId(int) int
Inherited from AbstractQueryResult
IndexOf(int) int
Inherited from AbstractQueryResult
IterateIDs() IIntIterator4
KnownSize() int
LoadFromClassIndex(ClassMetadata) void
Inherited from AbstractQueryResult
LoadFromClassIndexes(ClassMetadataIterator) void
Inherited from AbstractQueryResult
LoadFromIdReader(IEnumerator) void
Inherited from AbstractQueryResult
LoadFromQuery(QQuery) void
Inherited from AbstractQueryResult
Lock() Object
Inherited from AbstractQueryResult
ObjectContainer() IExtObjectContainer
Inherited from AbstractQueryResult
Size() int
Inherited from AbstractQueryResult
Skip(IEnumerator) IEnumerator
Inherited from AbstractQueryResult
Skip(int) void
Inherited from AbstractQueryResult
SkipClass(ClassMetadata) bool
Sort(IQueryComparator) void
Inherited from AbstractQueryResult
SortIds(IIntComparator) void
Inherited from AbstractQueryResult
Stream() ObjectContainerBase
Inherited from AbstractQueryResult
SupportElementAccess() AbstractQueryResult
SupportSize() AbstractQueryResult
SupportSort() AbstractQueryResult
ToIdList() AbstractQueryResult
ToIdTree() AbstractQueryResult
Inherited from AbstractQueryResult
Transaction() Transaction
Inherited from AbstractQueryResult