|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructedDataType | |
org.eclipse.datatools.modelbase.sql.datatypes | |
org.eclipse.datatools.modelbase.sql.datatypes.impl | |
org.eclipse.datatools.modelbase.sql.datatypes.util |
Uses of ConstructedDataType in org.eclipse.datatools.modelbase.sql.datatypes |
Subinterfaces of ConstructedDataType in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.datatypes.impl |
Classes in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.datatypes.util |
Methods in org.eclipse.datatools.modelbase.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'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |