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.impl   
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.impl
 

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement NumericalDataType
 class ApproximateNumericDataTypeImpl
           An implementation of the model object 'Approximate Numeric Data Type'.
 class ExactNumericDataTypeImpl
           An implementation of the model object 'Exact Numeric Data Type'.
 class FixedPrecisionDataTypeImpl
           An implementation of the model object 'Fixed Precision Data Type'.
 class IntegerDataTypeImpl
           An implementation of the model object 'Integer Data Type'.
 class NumericalDataTypeImpl
           An implementation of the model object 'Numerical 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 interpretting the object as an instance of 'Numerical Data Type'.
 



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