Uses of Class
org.eclipse.datatools.modelbase.sql.query.NullOrderingType

Packages that use NullOrderingType
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
 

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

Fields in org.eclipse.datatools.modelbase.sql.query declared as NullOrderingType
static NullOrderingType NullOrderingType.NONE_LITERAL
          The 'NONE' literal object.
static NullOrderingType NullOrderingType.NULLS_FIRST_LITERAL
          The 'NULLS FIRST' literal object.
static NullOrderingType NullOrderingType.NULLS_LAST_LITERAL
          The 'NULLS LAST' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return NullOrderingType
 NullOrderingType OrderBySpecification.getNullOrderingOption()
          Returns the value of the 'Null Ordering Option' attribute.
static NullOrderingType NullOrderingType.get(java.lang.String literal)
          Returns the 'Null Ordering Type' literal with the specified literal value.
static NullOrderingType NullOrderingType.getByName(java.lang.String name)
          Returns the 'Null Ordering Type' literal with the specified name.
static NullOrderingType NullOrderingType.get(int value)
          Returns the 'Null Ordering Type' literal with the specified integer value.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type NullOrderingType
 void OrderBySpecification.setNullOrderingOption(NullOrderingType value)
          Sets the value of the 'Null Ordering Option' attribute.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return NullOrderingType
 NullOrderingType SQLQueryModelFactoryImpl.createNullOrderingTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 NullOrderingType OrderBySpecificationImpl.getNullOrderingOption()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type NullOrderingType
 void OrderBySpecificationImpl.setNullOrderingOption(NullOrderingType newNullOrderingOption)
           
 



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