PDTec.IceNet.Core.Database.Query Namespace |
Class | Description | |
---|---|---|
DbTable |
Result table from a database query .
| |
DbTableColumn |
A column of a database query result table.
| |
DbTableRow |
A database query result table row.
| |
ExpandAddStep |
Additional step of an expand query.
| |
ExpandConstraint |
A constraint definition of an expand query.
| |
ExpandConstraintValue |
A value provided as a parameter for an expand query.
| |
ExpandConstraintValueCollection |
A collection of ExpandConstraintValue instances. Provides lookup by name.
| |
ExpandCountQueryResult |
The query result for an expand count query.
| |
ExpandField |
A field definition for an expand query.
| |
ExpandQueryParameters |
The parameters of the expand query.
| |
ExpandQuerySpecification |
The expand query specification.
| |
ExpandSqlConstraint |
An SQL expression constraint.
| |
ExpandStep |
A query step specification.
| |
FindAddStep |
Additional step of a find query.
| |
FindConstraint | ||
FindConstraintValue |
A value provided as a parameter for a find query.
| |
FindConstraintValueCollection |
A collection of FindConstraintValue instances. Provides lookup by name.
| |
FindCountQueryResult |
The query result for a find count query.
| |
FindField |
A field definition for a find query.
| |
FindQueryParameters | ||
FindQuerySpecification |
The find query specification.
| |
FindSqlConstraint |
An SQL expression constraint.
| |
JoinAddStep |
Additional step of a join query.
| |
JoinAnchorParameters |
The join query anchor parameter (object or object set) value.
| |
JoinConstraint | ||
JoinConstraintValue |
A value provided as a parameter for a join query.
| |
JoinConstraintValueCollection |
A collection of JoinConstraintValue instances. Provides lookup by name.
| |
JoinCountQueryResult |
The query result for a join count query.
| |
JoinField |
A field definition for a join query.
| |
JoinPath |
A query path wothin a join query.
| |
JoinQueryParameters | ||
JoinQuerySpecification |
The join query specification.
| |
JoinSqlConstraint |
An SQL expression constraint.
| |
JoinStep |
A query step specification.
|
Interface | Description | |
---|---|---|
ICommandFactory |
Represents an abstract DB command factory. Instances of this
interface are provided as arguments to methods that must send requests to a database.
| |
ICompiledQuery |
Represents a compiled query.
| |
ICompiledQueryImpl |
Represents a compiled query from the implementation perspective.
| |
IQueryParameters |
Represents a set of query parameters. Query type-specific instances
are provided by the query implementations and must be filled and
passed in order to execute the query .
| |
IQueryResult |
Represents a query result.
| |
IQuerySpecification |
Represents a query specification.
| |
IQuerySpecificationImpl |
Represents a query specification from the implementation perspective..
|
Enumeration | Description | |
---|---|---|
Aggregation | ||
ExpandAnchorType |
Defines how anchor objects are defined in the query.
| |
ExpandConstraintType |
The type of constraint check.
| |
ExpandFieldType |
Defines the field type (ID, name, attribute, ...) a constraint or field refers to.
| |
ExpandItemType |
Defines if the constraint or field refers to the object or the relationship.
| |
FindConstraintType |
The type of constraint check.
| |
FindFieldType |
Defines the field type (ID, name, attribute, ...) a constraint or field refers to.
| |
FindItemType |
Defines if the constraint or field refers to the object or the relationship.
| |
FindRange |
The query range (where the target objects are searched).
| |
JoinAnchorType |
Defines how anchor objects are defined in the query.
| |
JoinConstraintType |
The type of constraint check.
| |
JoinFieldType |
Defines the field type (ID, name, attribute, ...) a constraint or field refers to.
| |
JoinItemType |
Defines if the constraint or field refers to the object or the relationship.
|