Uses of Interface
org.eclipse.datatools.modelbase.sql.datatypes.ExactNumericDataType

Packages that use ExactNumericDataType
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.datatypes.util   
 

Uses of ExactNumericDataType in org.eclipse.datatools.modelbase.sql.datatypes
 

Subinterfaces of ExactNumericDataType in org.eclipse.datatools.modelbase.sql.datatypes
 interface FixedPrecisionDataType
          A representation of the model object 'Fixed Precision Data Type'.
 interface IntegerDataType
          A representation of the model object 'Integer Data Type'.
 

Uses of ExactNumericDataType in org.eclipse.datatools.modelbase.sql.datatypes.util
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type ExactNumericDataType
 java.lang.Object SQLDataTypesSwitch.caseExactNumericDataType(ExactNumericDataType object)
          Returns the result of interpreting the object as an instance of 'Exact Numeric Data Type'.