Uses of Interface
org.eclipse.datatools.connectivity.oda.IBlob

Packages that use IBlob
org.eclipse.datatools.connectivity.oda [Provisional] Defines the runtime API of the Open Data Access (ODA) extensions. 
org.eclipse.datatools.connectivity.oda.consumer.helper An ODA consumer helper package that assists an ODA consumer application to manage the diverse capabilities and behavior of individual ODA data drivers. 
org.eclipse.datatools.connectivity.oda.impl Provides a template implementation of the main ODA run-time interfaces. 
 

Uses of IBlob in org.eclipse.datatools.connectivity.oda
 

Methods in org.eclipse.datatools.connectivity.oda that return IBlob
 IBlob IResultSet.getBlob(int index)
          Gets the value of the designated column in the current row as an IBlob object.
 IBlob IResultSet.getBlob(java.lang.String columnName)
          Gets the value of the designated column in the current row as an IBlob object.
 IBlob IAdvancedQuery.getBlob(java.lang.String parameterName)
          Returns the IBlob value from the designated output parameter.
 IBlob IAdvancedQuery.getBlob(int parameterId)
          Returns the IBlob value from the designated output parameter.
 

Uses of IBlob in org.eclipse.datatools.connectivity.oda.consumer.helper
 

Classes in org.eclipse.datatools.connectivity.oda.consumer.helper that implement IBlob
 class OdaBlob
          OdaBlob is the Oda wrapper for Blobs.
 

Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return IBlob
 IBlob OdaResultSet.getBlob(int index)
           
 IBlob OdaResultSet.getBlob(java.lang.String columnName)
           
 IBlob OdaAdvancedQuery.getBlob(java.lang.String parameterName)
           
 IBlob OdaAdvancedQuery.getBlob(int parameterId)
           
 

Uses of IBlob in org.eclipse.datatools.connectivity.oda.impl
 

Classes in org.eclipse.datatools.connectivity.oda.impl that implement IBlob
 class Blob
          Default implementation of IBlob for use by ODA runtime drivers.
 

Methods in org.eclipse.datatools.connectivity.oda.impl that return IBlob
 IBlob SimpleResultSet.getBlob(int index)
           
 IBlob SimpleResultSet.getBlob(java.lang.String columnName)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.