QE Class

Summary

Query Evaluator - Represents such things as >, >=, <, <=, EQUAL, LIKE, etc.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Query.Processor
Interfaces
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type-.->Interface0["IUnversioned"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IUnversioned" Type["QE"] class Type type-node Derived0["QENot"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QENot" Derived1["QEMulti"]-->Type click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QEMulti" Derived2["QEAbstract"]-->Type click Derived2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QEAbstract"

Syntax

public class QE : IUnversioned

Remarks

Query Evaluator - Represents such things as >, >=, <, <=, EQUAL, LIKE, etc.

Fields

Name Constant Value Summary
Equal 2
static
Greater 3
static
Nulls 0
static
Smaller 1
static

Methods

Name Value Summary
Equals(Object) bool
GetHashCode() int
Identity() bool
IndexBitMap(bool[]) void
Specifies which part of the index to take.
SupportsIndex() bool