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

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

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return RowDataType
 RowDataType SQLDataTypesFactory.createRowDataType()
          Returns a new object of class 'Row Data Type'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement RowDataType
 class RowDataTypeImpl
          An implementation of the model object 'Row Data Type'.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return RowDataType
 RowDataType SQLDataTypesFactoryImpl.createRowDataType()
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type RowDataType
 java.lang.Object SQLDataTypesSwitch.caseRowDataType(RowDataType object)
          Returns the result of interpretting the object as an instance of 'Row Data Type'.
 



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