- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query .Result - Interfaces
-
- IQueryResult
- IEnumerable
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IQueryResult"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/IQueryResult"
Type-.->Interface1["IEnumerable"]
Type["AbstractQueryResult"]
class Type type-node
Derived0["IdTreeQueryResult"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/IdTreeQueryResult"
Derived1["HybridQueryResult"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/HybridQueryResult"
Derived2["AbstractLateQueryResult"]-->Type
click Derived2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/AbstractLateQueryResult"
Derived3["IdListQueryResult"]-->Type
click Derived3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/IdListQueryResult"
Syntax
public abstract class AbstractQueryResult : IQueryResult, IEnumerable
Constructors
| Name | Summary |
|---|---|
| AbstractQueryResult |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _transaction |
Methods
| Name | Value | Summary |
|---|---|---|
| Activate |
Object | |
| ActivatedObject |
Object | |
| Config |
Config4Impl | |
| Get |
Object | |
| GetEnumerator |
IEnumerator | |
| GetId |
int | |
| IndexOf |
int | |
| IterateIDs |
IIntIterator4 | |
| KnownSize |
int | |
| LoadFromClassIndex |
void | |
| LoadFromClassIndexes |
void | |
| LoadFromIdReader |
void | |
| LoadFromQuery |
void | |
| Lock |
Object | |
| ObjectContainer |
IExtObjectContainer | |
| Size |
int | |
| Skip |
IEnumerator | |
| Skip |
void | |
| Sort |
void | |
| SortIds |
void | |
| Stream |
ObjectContainerBase | |
| SupportElementAccess |
AbstractQueryResult | |
| SupportSize |
AbstractQueryResult | |
| SupportSort |
AbstractQueryResult | |
| ToIdList |
AbstractQueryResult | |
| ToIdTree |
AbstractQueryResult | |
| Transaction |
Transaction |