Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.datatypes.DataType

Packages that use DataType
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
org.eclipse.wst.rdb.internal.models.sql.datatypes.util   
org.eclipse.wst.rdb.internal.models.sql.schema   
org.eclipse.wst.rdb.internal.models.sql.schema.impl   
 

Uses of DataType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Subinterfaces of DataType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 interface ApproximateNumericDataType
          A representation of the model object 'Approximate Numeric Data Type'.
 interface ArrayDataType
          A representation of the model object 'Array Data Type'.
 interface BinaryStringDataType
          A representation of the model object 'Binary String Data Type'.
 interface BooleanDataType
          A representation of the model object 'Boolean Data Type'.
 interface CharacterStringDataType
          A representation of the model object 'Character String Data Type'.
 interface CollectionDataType
          A representation of the model object 'Collection Data Type'.
 interface ConstructedDataType
          A representation of the model object 'Constructed Data Type'.
 interface DataLinkDataType
          A representation of the model object 'Data Link Data Type'.
 interface DateDataType
          A representation of the model object 'Date Data Type'.
 interface DistinctUserDefinedType
          A representation of the model object 'Distinct User Defined Type'.
 interface Domain
          A representation of the model object 'Domain'.
 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'.
 interface IntervalDataType
          A representation of the model object 'Interval Data Type'.
 interface MultisetDataType
          A representation of the model object 'Multiset Data Type'.
 interface NumberDataType
          A representation of the model object 'Number Data Type'.
 interface NumericalDataType
          A representation of the model object 'Numerical Data Type'.
 interface PredefinedDataType
          A representation of the model object 'Predefined Data Type'.
 interface ReferenceDataType
          A representation of the model object 'Reference Data Type'.
 interface RowDataType
          A representation of the model object 'Row Data Type'.
 interface SQLDataType
          A representation of the model object 'SQL Data Type'.
 interface StructuredUserDefinedType
          A representation of the model object 'Structured User Defined Type'.
 interface TimeDataType
          A representation of the model object 'Time Data Type'.
 interface UserDefinedType
          A representation of the model object 'User Defined Type'.
 interface XMLDataType
          A representation of the model object 'XML Data Type'.
 

Uses of DataType in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement DataType
 class ApproximateNumericDataTypeImpl
          An implementation of the model object 'Approximate Numeric Data Type'.
 class ArrayDataTypeImpl
          An implementation of the model object 'Array Data Type'.
 class BinaryStringDataTypeImpl
          An implementation of the model object 'Binary String Data Type'.
 class BooleanDataTypeImpl
          An implementation of the model object 'Boolean Data Type'.
 class CharacterStringDataTypeImpl
          An implementation of the model object 'Character String Data Type'.
 class CollectionDataTypeImpl
          An implementation of the model object 'Collection Data Type'.
 class ConstructedDataTypeImpl
          An implementation of the model object 'Constructed Data Type'.
 class DataLinkDataTypeImpl
          An implementation of the model object 'Data Link Data Type'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class DateDataTypeImpl
          An implementation of the model object 'Date Data Type'.
 class DistinctUserDefinedTypeImpl
          An implementation of the model object 'Distinct User Defined Type'.
 class DomainImpl
          An implementation of the model object 'Domain'.
 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 IntervalDataTypeImpl
          An implementation of the model object 'Interval Data Type'.
 class MultisetDataTypeImpl
          An implementation of the model object 'Multiset Data Type'.
 class NumericalDataTypeImpl
          An implementation of the model object 'Numerical Data Type'.
 class PredefinedDataTypeImpl
          An implementation of the model object 'Predefined Data Type'.
 class ReferenceDataTypeImpl
          An implementation of the model object 'Reference Data Type'.
 class RowDataTypeImpl
          An implementation of the model object 'Row Data Type'.
 class SQLDataTypeImpl
          An implementation of the model object 'SQL Data Type'.
 class StructuredUserDefinedTypeImpl
          An implementation of the model object 'Structured User Defined Type'.
 class TimeDataTypeImpl
          An implementation of the model object 'Time Data Type'.
 class UserDefinedTypeImpl
          An implementation of the model object 'User Defined Type'.
 class XMLDataTypeImpl
          An implementation of the model object 'XML Data Type'.
 

Uses of DataType in org.eclipse.wst.rdb.internal.models.sql.datatypes.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.util with parameters of type DataType
 java.lang.Object SQLDataTypesSwitch.caseDataType(DataType object)
          Returns the result of interpretting the object as an instance of 'Data Type'.
 

Uses of DataType in org.eclipse.wst.rdb.internal.models.sql.schema
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return DataType
 DataType TypedElement.getDataType()
          Get the type for this TypedElement
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema with parameters of type DataType
 void TypedElement.setDataType(DataType newType)
          Set the type for this TypedElement
 

Uses of DataType in org.eclipse.wst.rdb.internal.models.sql.schema.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return DataType
 DataType TypedElementImpl.getDataType()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type DataType
 void TypedElementImpl.setDataType(DataType newType)