| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuerySpecification | |
|---|---|
| org.eclipse.datatools.connectivity.oda | [Platform API] Defines the runtime API of the Open Data Access (ODA) extensions. | 
| 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.util | Defines utilities for use with the Open Data Access (ODA) query specification. | 
| Uses of QuerySpecification in org.eclipse.datatools.connectivity.oda | 
|---|
| Methods in org.eclipse.datatools.connectivity.oda that return QuerySpecification | |
|---|---|
|  QuerySpecification | IQuery.getSpecification()Gets the current specification of query characteristics to apply when this query is prepared and executed. | 
| Methods in org.eclipse.datatools.connectivity.oda with parameters of type QuerySpecification | |
|---|---|
|  void | IQuery.setSpecification(QuerySpecification querySpec)Specifies the query characteristics to apply when this query is prepared and executed. | 
| Uses of QuerySpecification in org.eclipse.datatools.connectivity.oda.spec | 
|---|
| Subclasses of QuerySpecification in org.eclipse.datatools.connectivity.oda.spec | |
|---|---|
|  class | AdvancedQuerySpecificationExtended specification of the query characteristics to apply when preparing and executing a query text of an IAdvancedQuery. | 
| Methods in org.eclipse.datatools.connectivity.oda.spec that return QuerySpecification | |
|---|---|
| static QuerySpecification | InternalSpecFactory.createQuerySpecification() | 
| Methods in org.eclipse.datatools.connectivity.oda.spec with parameters of type QuerySpecification | |
|---|---|
|  void | IValidator.validate(QuerySpecification querySpec,
         ValidationContext context)Validates the specified query specification in the specified context. | 
| Uses of QuerySpecification in org.eclipse.datatools.connectivity.oda.spec.util | 
|---|
| Methods in org.eclipse.datatools.connectivity.oda.spec.util that return QuerySpecification | |
|---|---|
|  QuerySpecification | QuerySpecificationHelper.createQuerySpecification()Returns an empty query specification instance created by the QuerySpecificationFactory specified in the constructor. | 
|  QuerySpecification | QuerySpecificationHelper.createQuerySpecification(FilterExpression filterExpr)Creates a query specification instance with the specified filter expression root. | 
|  QuerySpecification | QuerySpecificationHelper.createQuerySpecification(FilterExpression filterExpr,
                         ResultProjection projectionSpec,
                         SortSpecification sortSpec)Creates a query specification instance with the specified filter expression root, result projection, and/or sort specification. | 
|  QuerySpecification | QuerySpecificationHelper.createQuerySpecification(ResultProjection projectionSpec)Creates a query specification instance with the specified result projection. | 
|  QuerySpecification | QuerySpecificationHelper.createQuerySpecification(SortSpecification sortSpec)Creates a query specification instance with the specified sort specification. | 
| Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type QuerySpecification | |
|---|---|
| static java.lang.String | QuerySpecificationHelper.getContentAsString(QuerySpecification querySpec)Returns the string representation of the content found in the specified QuerySpecification. | 
| static FilterExpression | QuerySpecificationHelper.getFilterSpecification(QuerySpecification querySpec)Gets the filter expression root from the specified querySpec. | 
| static ResultProjection | QuerySpecificationHelper.getResultProjection(QuerySpecification querySpec)Gets the result projection from the specified querySpec. | 
| static ResultSetSpecification | QuerySpecificationHelper.getResultSetSpecification(QuerySpecification querySpec)Gets the result set specification from the specified querySpec. | 
| static SortSpecification | QuerySpecificationHelper.getSortSpecification(QuerySpecification querySpec)Gets the sort specification from the specified querySpec. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||