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

Packages that use OrderBySpecification
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   
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
 

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

Subinterfaces of OrderBySpecification in org.eclipse.datatools.modelbase.sql.query
 interface OrderByOrdinal
           A representation of the model object 'SQL Order By Ordinal'.
 interface OrderByResultColumn
           A representation of the model object 'Order By Result Column'.
 interface OrderByValueExpression
           A representation of the model object 'SQL Order By Value Expression'.
 

Uses of OrderBySpecification in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type OrderBySpecification
static java.util.Set TableHelper.findColumnReferencesInOrderBySpecification(OrderBySpecification orderBySpec)
          Returns a Set containing all ValueExpressionColumn s found in the given OrderBySpecification.
static boolean StatementHelper.isOrderBySpecificationValid(OrderBySpecification orderBySpec)
           
 

Uses of OrderBySpecification in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement OrderBySpecification
 class OrderByOrdinalImpl
           An implementation of the model object 'SQL Order By Ordinal'.
 class OrderByResultColumnImpl
           An implementation of the model object 'Order By Result Column'.
 class OrderBySpecificationImpl
           An implementation of the model object 'SQL Order By Specification'.
 class OrderByValueExpressionImpl
           An implementation of the model object 'SQL Order By Value Expression'.
 

Uses of OrderBySpecification in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type OrderBySpecification
 java.lang.Object SQLQueryModelSwitch.caseOrderBySpecification(OrderBySpecification object)
          Returns the result of interpretting the object as an instance of 'Order By Specification'.
 

Uses of OrderBySpecification in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return OrderBySpecification
 OrderBySpecification XMLAggregateSortSpecification.getOrderBySpec()
          Returns the value of the 'Order By Spec' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type OrderBySpecification
 void XMLAggregateSortSpecification.setOrderBySpec(OrderBySpecification value)
          Sets the value of the 'Order By Spec' containment reference.
 

Uses of OrderBySpecification in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return OrderBySpecification
 OrderBySpecification XMLAggregateSortSpecificationImpl.getOrderBySpec()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type OrderBySpecification
 NotificationChain XMLAggregateSortSpecificationImpl.basicSetOrderBySpec(OrderBySpecification newOrderBySpec, NotificationChain msgs)
           
 void XMLAggregateSortSpecificationImpl.setOrderBySpec(OrderBySpecification newOrderBySpec)
           
 



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