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

Packages that use CollectionDataType
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.datatypes.impl   
org.eclipse.datatools.modelbase.sql.datatypes.util   
 

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

Subinterfaces of CollectionDataType in org.eclipse.datatools.modelbase.sql.datatypes
 interface ArrayDataType
           A representation of the model object 'Array Data Type'.
 interface MultisetDataType
           A representation of the model object 'Multiset Data Type'.
 

Uses of CollectionDataType in org.eclipse.datatools.modelbase.sql.datatypes.impl
 

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement CollectionDataType
 class ArrayDataTypeImpl
           An implementation of the model object 'Array Data Type'.
 class CollectionDataTypeImpl
           An implementation of the model object 'Collection Data Type'.
 class MultisetDataTypeImpl
           An implementation of the model object 'Multiset Data Type'.
 

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type CollectionDataType
 java.lang.Object SQLDataTypesSwitch.caseCollectionDataType(CollectionDataType object)
          Returns the result of interpretting the object as an instance of 'Collection Data Type'.
 



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