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

Packages that use ConstructedDataType
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   
 

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

Subinterfaces of ConstructedDataType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 interface ArrayDataType
          A representation of the model object 'Array Data Type'.
 interface CollectionDataType
          A representation of the model object 'Collection Data Type'.
 interface MultisetDataType
          A representation of the model object 'Multiset Data Type'.
 interface ReferenceDataType
          A representation of the model object 'Reference Data Type'.
 interface RowDataType
          A representation of the model object 'Row Data Type'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement ConstructedDataType
 class ArrayDataTypeImpl
          An implementation of the model object 'Array 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 MultisetDataTypeImpl
          An implementation of the model object 'Multiset Data Type'.
 class ReferenceDataTypeImpl
          An implementation of the model object 'Reference Data Type'.
 class RowDataTypeImpl
          An implementation of the model object 'Row Data Type'.
 

Uses of ConstructedDataType 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 ConstructedDataType
 java.lang.Object SQLDataTypesSwitch.caseConstructedDataType(ConstructedDataType object)
          Returns the result of interpretting the object as an instance of 'Constructed Data Type'.