|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationContext | |
---|---|
org.eclipse.datatools.connectivity.oda.spec | The runtime API for an ODA data set query's dynamic result set specification. |
org.eclipse.datatools.connectivity.oda.spec.result | Defines the result set specification of the Open Data Access (ODA) dynamicResultSet extension point. |
org.eclipse.datatools.connectivity.oda.spec.result.filter | Defines the concrete filter expressions for use in the Open Data Access (ODA) result set filtering specification. |
org.eclipse.datatools.connectivity.oda.spec.valueexpr | Defines the specialized Value Expression classes for use in the Open Data Access (ODA) query specification. |
Uses of ValidationContext in org.eclipse.datatools.connectivity.oda.spec |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec with parameters of type ValidationContext | |
---|---|
void |
IValidator.validate(AggregateExpression aggrExpr,
ValidationContext context)
Validates the specified aggregate expression in the specified context. |
void |
IValidator.validate(FilterExpression filterExpr,
ValidationContext context)
Validates the specified filter expression in the specified context. |
void |
IValidator.validate(QuerySpecification querySpec,
ValidationContext context)
Validates the specified query specification in the specified context. |
void |
IValidator.validate(ResultSetSpecification resultSetSpec,
ValidationContext context)
Validates the specified result set specification in the specified context. |
void |
IValidator.validate(SortSpecification sortSpec,
ValidationContext context)
Validates the specified sort specification in the specified context. |
void |
ValueExpression.validate(ValidationContext context)
Validates this expression in the specified context. |
void |
QuerySpecification.validate(ValidationContext context)
Validates this in the specified context. |
void |
IValidator.validate(ValueExpression valueExpr,
ValidationContext context)
Validates the specified value expression in the specified context. |
void |
IValidator.validateSyntax(AggregateExpression aggrExpr,
ValidationContext context)
Performs syntactic validation of the specified aggregate expression in the specified context. |
void |
IValidator.validateSyntax(FilterExpression filterExpr,
ValidationContext context)
Performs syntactic validation of the specified filter expression in the specified context. |
abstract void |
ValueExpression.validateSyntax(ValidationContext context)
Performs syntactic validation of this expression in the specified context. |
void |
IValidator.validateSyntax(ValueExpression valueExpr,
ValidationContext context)
Performs syntactic validation of the specified value expression in the specified context. |
Uses of ValidationContext in org.eclipse.datatools.connectivity.oda.spec.result |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.result with parameters of type ValidationContext | |
---|---|
void |
AggregateExpression.validate(ValidationContext context)
Validates this expression in the specified context. |
void |
ResultSetSpecification.validate(ValidationContext context)
Validates this in the specified context. |
void |
FilterExpression.validate(ValidationContext context)
Validates this expression in the specified context. |
void |
SortSpecification.validate(ValidationContext context)
Validates this expression in the specified context. |
abstract void |
AggregateExpression.validateSyntax(ValidationContext context)
Performs syntactic validation of this expression in the specified context. |
abstract void |
FilterExpression.validateSyntax(ValidationContext context)
Performs syntactic validation of this expression in the specified context. |
void |
CustomAggregate.validateSyntax(ValidationContext context)
|
Uses of ValidationContext in org.eclipse.datatools.connectivity.oda.spec.result.filter |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.result.filter with parameters of type ValidationContext | |
---|---|
void |
AtomicExpression.validate(ValidationContext context)
|
void |
CustomExpression.validateSyntax(ValidationContext context)
|
void |
CompositeExpression.validateSyntax(ValidationContext context)
|
Uses of ValidationContext in org.eclipse.datatools.connectivity.oda.spec.valueexpr |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.valueexpr with parameters of type ValidationContext | |
---|---|
void |
ColumnValueExpression.validateSyntax(ValidationContext context)
|
void |
NestedValueExpression.validateSyntax(ValidationContext context)
|
void |
SimpleValueExpression.validateSyntax(ValidationContext context)
|
void |
CustomFunction.validateSyntax(ValidationContext context)
|
void |
CombinedValueExpression.validateSyntax(ValidationContext context)
|
void |
FunctionValueExpression.validateSyntax(ValidationContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |