Uses of Interface
org.eclipse.datatools.modelbase.sql.query.WithTableSpecification

Packages that use WithTableSpecification
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of WithTableSpecification in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return WithTableSpecification
 WithTableSpecification WithTableReference.getWithTableSpecification()
          Returns the value of the 'With Table Specification' reference.
 WithTableSpecification SQLQueryModelFactory.createWithTableSpecification()
          Returns a new object of class 'With Table Specification'.
 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.getWithTableSpecification()
           
 WithTableSpecification WithTableReferenceImpl.basicGetWithTableSpecification()
           
 WithTableSpecification SQLQueryModelFactoryImpl.createWithTableSpecification()
           
 WithTableSpecification QueryExpressionBodyImpl.getWithTableSpecification()
           
 WithTableSpecification ColumnNameImpl.getWithTableSpecification()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type WithTableSpecification
 NotificationChain WithTableReferenceImpl.basicSetWithTableSpecification(WithTableSpecification newWithTableSpecification, NotificationChain msgs)
           
 void WithTableReferenceImpl.setWithTableSpecification(WithTableSpecification newWithTableSpecification)
           
 NotificationChain QueryExpressionBodyImpl.basicSetWithTableSpecification(WithTableSpecification newWithTableSpecification, NotificationChain msgs)
           
 void QueryExpressionBodyImpl.setWithTableSpecification(WithTableSpecification newWithTableSpecification)
           
 NotificationChain ColumnNameImpl.basicSetWithTableSpecification(WithTableSpecification newWithTableSpecification, NotificationChain msgs)
           
 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 interpretting the object as an instance of 'With Table Specification'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.