| Interface | Description |
|---|---|
| InternalQuery |
| Class | Description |
|---|---|
| QCandidate |
Represents an actual object in the database.
|
| QCandidates |
Holds the tree of
QCandidate objects and the list of QCon during query evaluation. |
| QCon |
Base class for all constraints on queries.
|
| QConClass |
Class constraint on queries
|
| QConEvaluation | |
| QConJoin |
Join constraint on queries
|
| QConObject |
Object constraint on queries
|
| QConPath |
Placeholder for a constraint, only necessary to attach children
to the query graph.
|
| QConstraints |
Array of constraints for queries.
|
| QConUnconditional | |
| QE |
Query Evaluator - Represents such things as >, >=, <, <=, EQUAL, LIKE, etc.
|
| QEAbstract | |
| QEContains | |
| QEEndsWith | |
| QEEqual | |
| QEGreater | |
| QEIdentity | |
| QEMulti | |
| QENot | |
| QESmaller | |
| QEStartsWith | |
| QEStringCmp | |
| QField | |
| QQuery |
QQuery is the users hook on our graph.
|
| QQueryBase |
QQuery is the users hook on our graph.
|
| QQueryBase.CreateCandidateCollectionResult |