|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WithTableSpecification in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return WithTableSpecification | |
---|---|
WithTableSpecification |
SQLQueryModelFactory.createWithTableSpecification()
Returns a new object of class 'With Table Specification'. |
WithTableSpecification |
WithTableReference.getWithTableSpecification()
Returns the value of the 'With Table Specification' reference. |
WithTableSpecification |
QueryExpressionBody.getWithTableSpecification()
Returns the value of the 'With Table Specification' container reference. |
WithTableSpecification |
ColumnName.getWithTableSpecification()
Returns the value of the 'With Table Specification' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type WithTableSpecification | |
---|---|
void |
WithTableReference.setWithTableSpecification(WithTableSpecification value)
Sets the value of the ' With Table Specification ' reference. |
void |
QueryExpressionBody.setWithTableSpecification(WithTableSpecification value)
Sets the value of the ' With Table Specification ' container reference. |
void |
ColumnName.setWithTableSpecification(WithTableSpecification value)
Sets the value of the ' With Table Specification ' container reference. |
Uses of WithTableSpecification in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type WithTableSpecification | |
---|---|
static WithTableReference |
StatementHelper.createWithTableReferenceForWithTable(WithTableSpecification withTableSpec)
Creates a new WithTableReference for the given
withTableSpec and creates
ValueExpressionColumn objects for each of the given
WithTableSpecification 's declared columns (getColumnNameList() )
or, if columns are not declared, for each of the
WithTableSpecification 's query's result columns. |
Uses of WithTableSpecification in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement WithTableSpecification | |
---|---|
class |
WithTableSpecificationImpl
An implementation of the model object 'With Table Specification'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return WithTableSpecification | |
---|---|
WithTableSpecification |
WithTableReferenceImpl.basicGetWithTableSpecification()
|
WithTableSpecification |
SQLQueryModelFactoryImpl.createWithTableSpecification()
|
WithTableSpecification |
QueryExpressionBodyImpl.getWithTableSpecification()
|
WithTableSpecification |
WithTableReferenceImpl.getWithTableSpecification()
|
WithTableSpecification |
ColumnNameImpl.getWithTableSpecification()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type WithTableSpecification | |
---|---|
NotificationChain |
QueryExpressionBodyImpl.basicSetWithTableSpecification(WithTableSpecification newWithTableSpecification,
NotificationChain msgs)
|
NotificationChain |
WithTableReferenceImpl.basicSetWithTableSpecification(WithTableSpecification newWithTableSpecification,
NotificationChain msgs)
|
NotificationChain |
ColumnNameImpl.basicSetWithTableSpecification(WithTableSpecification newWithTableSpecification,
NotificationChain msgs)
|
void |
QueryExpressionBodyImpl.setWithTableSpecification(WithTableSpecification newWithTableSpecification)
|
void |
WithTableReferenceImpl.setWithTableSpecification(WithTableSpecification newWithTableSpecification)
|
void |
ColumnNameImpl.setWithTableSpecification(WithTableSpecification newWithTableSpecification)
|
Uses of WithTableSpecification in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type WithTableSpecification | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseWithTableSpecification(WithTableSpecification object)
Returns the result of interpreting the object as an instance of 'With Table Specification'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |