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

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

Subinterfaces of SQLDataType 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 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 TimeDataType
           A representation of the model object 'Time Data Type'.
 interface XMLDataType
           A representation of the model object 'XML Data Type'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement SQLDataType
 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 DateDataTypeImpl
           An implementation of the model object 'Date Data Type'.
 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 TimeDataTypeImpl
           An implementation of the model object 'Time Data Type'.
 class XMLDataTypeImpl
           An implementation of the model object 'XML Data Type'.
 

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

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

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return SQLDataType
 SQLDataType TypedElement.getContainedType()
          Returns the value of the 'Contained Type' containment reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema with parameters of type SQLDataType
 void TypedElement.setContainedType(SQLDataType value)
          Sets the value of the 'Contained Type' containment reference.
 

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

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

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type SQLDataType
 org.eclipse.emf.common.notify.NotificationChain TypedElementImpl.basicSetContainedType(SQLDataType newContainedType, org.eclipse.emf.common.notify.NotificationChain msgs)
          
 void TypedElementImpl.setContainedType(SQLDataType newContainedType)