|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query |
Subinterfaces of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query | |
interface |
ResultColumn
A representation of the model object 'SQL Result Column'. |
interface |
ResultTableAllColumns
A representation of the model object 'SQL Result Column All'. |
Uses of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query.helper |
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QueryResultSpecification | |
static java.util.Set |
TableHelper.findColumnReferencesInQueryResultSpecification(QueryResultSpecification queryResult)
Returns a Set containing all ValueExpressionColumn s found
in the given QueryResultSpecification . |
Uses of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryResultSpecification | |
class |
QueryResultSpecificationImpl
An implementation of the model object 'SQL Result Column Specification'. |
class |
ResultColumnImpl
An implementation of the model object 'SQL Result Column'. |
class |
ResultTableAllColumnsImpl
An implementation of the model object 'SQL Result Column All'. |
Uses of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryResultSpecification | |
java.lang.Object |
SQLQueryModelSwitch.caseQueryResultSpecification(QueryResultSpecification object)
Returns the result of interpretting the object as an instance of 'Query Result Specification'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |