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

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

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

Subinterfaces of NumericalDataType in org.eclipse.datatools.modelbase.sql.datatypes
 interface ApproximateNumericDataType
          A representation of the model object 'Approximate Numeric Data Type'.
 interface ExactNumericDataType
          A representation of the model object 'Exact Numeric Data Type'.
 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 NumericalDataType in org.eclipse.datatools.modelbase.sql.datatypes.util
 

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