QQueryBase Class

Summary

QQuery is the users hook on our graph.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Query.Processor
Interfaces
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type-.->Interface0["IInternalQuery"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/IInternalQuery" Type-.->Interface1["IUnversioned"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IUnversioned" Type["QQueryBase"] class Type type-node Derived0["QQuery"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QQuery"

Syntax

public abstract class QQueryBase : IInternalQuery, IUnversioned

Remarks

QQuery is the users hook on our graph. A QQuery is defined by it's constraints. NOTE: This is just a 'partial' base class to allow for variant implementations in db4oj and db4ojdk1.2. It assumes that itself is an instance of QQuery and should never be used explicitly.

Constructors

Properties

Name Value Summary
Container IInternalObjectContainer

Methods