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

Packages that use StructuredUserDefinedType
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
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.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
 

Uses of StructuredUserDefinedType in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement StructuredUserDefinedType
 class JDBCStructuredUDT
           
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return StructuredUserDefinedType
 StructuredUserDefinedType JDBCStructuredUDT.getSuper()
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return StructuredUserDefinedType
 StructuredUserDefinedType StructuredUserDefinedType.getSuper()
          Returns the value of the 'Super' reference.
 StructuredUserDefinedType SQLDataTypesFactory.createStructuredUserDefinedType()
          Returns a new object of class 'Structured User Defined Type'.
 StructuredUserDefinedType ReferenceDataType.getReferencedType()
          Returns the value of the 'Referenced Type' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type StructuredUserDefinedType
 void StructuredUserDefinedType.setSuper(StructuredUserDefinedType value)
          Sets the value of the 'Super' reference.
 void ReferenceDataType.setReferencedType(StructuredUserDefinedType value)
          Sets the value of the 'Referenced Type' reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement StructuredUserDefinedType
 class StructuredUserDefinedTypeImpl
           An implementation of the model object 'Structured User Defined Type'.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return StructuredUserDefinedType
 StructuredUserDefinedType StructuredUserDefinedTypeImpl.getSuper()
           
 StructuredUserDefinedType StructuredUserDefinedTypeImpl.basicGetSuper()
           
 StructuredUserDefinedType SQLDataTypesFactoryImpl.createStructuredUserDefinedType()
           
 StructuredUserDefinedType ReferenceDataTypeImpl.getReferencedType()
           
 StructuredUserDefinedType ReferenceDataTypeImpl.basicGetReferencedType()
           
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type StructuredUserDefinedType
 NotificationChain StructuredUserDefinedTypeImpl.basicSetSuper(StructuredUserDefinedType newSuper, NotificationChain msgs)
           
 void StructuredUserDefinedTypeImpl.setSuper(StructuredUserDefinedType newSuper)
           
 void ReferenceDataTypeImpl.setReferencedType(StructuredUserDefinedType newReferencedType)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type StructuredUserDefinedType
 java.lang.Object SQLDataTypesSwitch.caseStructuredUserDefinedType(StructuredUserDefinedType object)
          Returns the result of interpretting the object as an instance of 'Structured User Defined Type'.
 

Uses of StructuredUserDefinedType in org.eclipse.datatools.modelbase.sql.tables
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return StructuredUserDefinedType
 StructuredUserDefinedType Table.getUdt()
          Returns the value of the 'Udt' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type StructuredUserDefinedType
 void Table.setUdt(StructuredUserDefinedType value)
          Sets the value of the 'Udt' reference.
 

Uses of StructuredUserDefinedType in org.eclipse.datatools.modelbase.sql.tables.impl
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return StructuredUserDefinedType
 StructuredUserDefinedType TableImpl.getUdt()
           
 StructuredUserDefinedType TableImpl.basicGetUdt()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type StructuredUserDefinedType
 void TableImpl.setUdt(StructuredUserDefinedType newUdt)
           
 



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