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

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

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return BooleanDataType
 BooleanDataType SQLDataTypesFactory.createBooleanDataType()
          Returns a new object of class 'Boolean Data Type'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement BooleanDataType
 class BooleanDataTypeImpl
           An implementation of the model object 'Boolean Data Type'.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return BooleanDataType
 BooleanDataType SQLDataTypesFactoryImpl.createBooleanDataType()
           
 

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

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



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