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

Packages that use DistinctUserDefinedType
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 DistinctUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Subinterfaces of DistinctUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 interface Domain
           A representation of the model object 'Domain'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return DistinctUserDefinedType
 DistinctUserDefinedType SQLDataTypesFactory.createDistinctUserDefinedType()
          Returns a new object of class 'Distinct User Defined Type'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement DistinctUserDefinedType
 class DistinctUserDefinedTypeImpl
           An implementation of the model object 'Distinct User Defined Type'.
 class DomainImpl
           An implementation of the model object 'Domain'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return DistinctUserDefinedType
 DistinctUserDefinedType SQLDataTypesFactoryImpl.createDistinctUserDefinedType()
          
 

Uses of DistinctUserDefinedType 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 DistinctUserDefinedType
 java.lang.Object SQLDataTypesSwitch.caseDistinctUserDefinedType(DistinctUserDefinedType object)
          Returns the result of interpretting the object as an instance of 'Distinct User Defined Type'.