QConJoin Class

Summary

Join constraint on queries
graph BT Type-->Base0["QCon"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QCon" Base0-->Base1["Object"] Type-.->Interface0["IConstraint"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Query/IConstraint" Type-.->Interface1["IVisitor4"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IVisitor4" Type-.->Interface2["IUnversioned"] click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IUnversioned" Type["QConJoin"] class Type type-node

Syntax

public class QConJoin : QCon, IConstraint, IVisitor4, IUnversioned

Constructors

Name Summary
QConJoin()

Fields

Name Constant Value Summary
_children
Inherited from QCon
i_evaluator
Inherited from QCon
i_parent
Inherited from QCon

Methods

Name Value Summary
And(IConstraint) IConstraint
Inherited from QCon
ByExample() IConstraint
Inherited from QCon
CanBeIndexLeaf() bool
Inherited from QCon
CanLoadByIndex() bool
Inherited from QCon
CanResolveByFieldIndex() bool
ChildrenCount() int
Inherited from QCon
Constraint1() QCon
Constraint2() QCon
Container() ObjectContainerBase
Inherited from QCon
Contains() IConstraint
Inherited from QCon
EndsWith(bool) IConstraint
Inherited from QCon
Equal() IConstraint
Inherited from QCon
Evaluator() QE
Inherited from QCon
GetField() QField
Inherited from QCon
GetObject() Object
Inherited from QCon
GetOtherConstraint(QCon) QCon
Greater() IConstraint
Inherited from QCon
HasChildren() bool
Inherited from QCon
HasJoins() bool
Inherited from QCon
HasObjectInParentPath(Object) bool
Inherited from QCon
HasParent() bool
Inherited from QCon
Id() int
Inherited from QCon
Identity() IConstraint
Inherited from QCon
IdentityID() int
Inherited from QCon
InternalSetProcessedByIndex(QCandidates) void
Inherited from QCon
IsOr() bool
IterateChildren() IEnumerator
Inherited from QCon
IterateJoins() IEnumerator
Inherited from QCon
Like() IConstraint
Inherited from QCon
Not() IConstraint
Inherited from QCon
OnSameFieldAs(QCon) bool
Inherited from QCon
Or(IConstraint) IConstraint
Inherited from QCon
Parent() QCon
Inherited from QCon
ProcessedByIndex() bool
Inherited from QCon
SetCandidates(QCandidates) void
Inherited from QCon
SetProcessedByIndex(QCandidates) void
Smaller() IConstraint
Inherited from QCon
StartsWith(bool) IConstraint
Inherited from QCon
StreamLock() Object
Inherited from QCon
ToString() string
Transaction() Transaction
Inherited from QCon
Visit(Object) void
Inherited from QCon