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

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

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return BinaryStringDataType
 BinaryStringDataType SQLDataTypesFactory.createBinaryStringDataType()
          Returns a new object of class 'Binary String Data Type'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement BinaryStringDataType
 class BinaryStringDataTypeImpl
          An implementation of the model object 'Binary String Data Type'.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return BinaryStringDataType
 BinaryStringDataType SQLDataTypesFactoryImpl.createBinaryStringDataType()
           
 

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

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



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