Summary
Base class for all constraints on queries.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query .Processor - Interfaces
- Base Types
-
- Object
- Derived Types
Syntax
public abstract class QCon : IConstraint, IVisitor4, IUnversioned
Remarks
Base class for all constraints on queries.
Constructors
Name | Summary |
---|---|
QCon |
Fields
Name | Constant Value | Summary |
---|---|---|
_children | ||
i_evaluator | ||
i_parent |
Methods
Name | Value | Summary |
---|---|---|
And |
IConstraint | |
ByExample |
IConstraint | |
CanBeIndexLeaf |
bool | |
CanLoadByIndex |
bool | |
Can |
bool | |
ChildrenCount |
int | |
Container |
ObjectContainerBase | |
Contains |
IConstraint | |
EndsWith |
IConstraint | |
Equal |
IConstraint | |
Evaluator |
QE | |
GetField |
QField | |
GetObject |
Object | |
Greater |
IConstraint | |
HasChildren |
bool | |
HasJoins |
bool | |
Has |
bool | |
HasParent |
bool | |
Id |
int | |
Identity |
IConstraint | |
IdentityID |
int | |
Internal |
void | |
IterateChildren |
IEnumerator | |
IterateJoins |
IEnumerator | |
Like |
IConstraint | |
Not |
IConstraint | |
OnSameFieldAs |
bool | |
Or |
IConstraint | |
Parent |
QCon | |
ProcessedByIndex |
bool | |
SetCandidates |
void | |
SetProcessedByIndex |
void | |
Smaller |
IConstraint | |
StartsWith |
IConstraint | |
StreamLock |
Object | |
Transaction |
Transaction | |
Visit |
void |