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

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

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

Subinterfaces of SQLDataType in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.datatypes.impl
 

Classes in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.datatypes.util
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.schema
 

Methods in org.eclipse.datatools.modelbase.sql.schema that return SQLDataType
 SQLDataType TypedElement.getContainedType()
          Returns the value of the 'Contained Type' containment reference.
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.schema.impl
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return SQLDataType
 SQLDataType TypedElementImpl.getContainedType()
           
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type SQLDataType
 NotificationChain TypedElementImpl.basicSetContainedType(SQLDataType newContainedType, NotificationChain msgs)
           
 void TypedElementImpl.setContainedType(SQLDataType newContainedType)
           
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.