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

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

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
static NullOrderingType NullOrderingType.get(int value)
          Returns the 'Null Ordering Type' literal with the specified integer value.
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.
 NullOrderingType OrderBySpecification.getNullOrderingOption()
          Returns the value of the 'Null Ordering Option' attribute.
 

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.