| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WithTableReference | |
|---|---|
| org.eclipse.datatools.modelbase.sql.query | |
| org.eclipse.datatools.modelbase.sql.query.helper | |
| org.eclipse.datatools.modelbase.sql.query.util | |
| Uses of WithTableReference in org.eclipse.datatools.modelbase.sql.query | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query that return WithTableReference | |
|---|---|
|  WithTableReference | SQLQueryModelFactory.createWithTableReference()Returns a new object of class 'With Table Reference'. | 
| Uses of WithTableReference in org.eclipse.datatools.modelbase.sql.query.helper | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query.helper that return WithTableReference | |
|---|---|
| static WithTableReference | StatementHelper.createWithTableReferenceForWithTable(WithTableSpecification withTableSpec)Creates a new WithTableReferencefor the givenwithTableSpecand createsValueExpressionColumnobjects for each of the givenWithTableSpecification's declared columns (WithTableSpecification.getColumnNameList())
 or, if columns are not declared, for each of theWithTableSpecification's query's result columns. | 
| static WithTableReference | StatementHelper.resolveWithTableSpecificationReference(TableExpression potentialWithTableRef)Substitutes the given TableReferencewith theWithTableSpecificationthat is refered by the givenpotentialTableWithRef'sname, if aTableWithSpecificationis found in theQueryExpressionRootthat contains the givenTableReference. | 
| Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type WithTableReference | |
|---|---|
| static java.util.List | TableHelper.exposeEffectiveResultColumns(WithTableReference withTable)Populates the given withTable'scolumnListwithValueExpressionColumns, withname,dataTypeand in ordering, so the giventableExprcan be handled like aTableInDatabase. | 
| static Column | TableHelper.getColumnForName(WithTableReference withTableRef,
                 java.lang.String columnName)Returns the Column matching the columnName from the given WithTableReference. | 
| Uses of WithTableReference in org.eclipse.datatools.modelbase.sql.query.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type WithTableReference | |
|---|---|
|  java.lang.Object | SQLQueryModelSwitch.caseWithTableReference(WithTableReference object)Returns the result of interpreting the object as an instance of 'With Table Reference'. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||