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

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

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return XMLDataType
 XMLDataType SQLDataTypesFactory.createXMLDataType()
          Returns a new object of class 'XML Data Type'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement XMLDataType
 class XMLDataTypeImpl
           An implementation of the model object 'XML Data Type'.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return XMLDataType
 XMLDataType SQLDataTypesFactoryImpl.createXMLDataType()
           
 

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

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



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