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

Packages that use IBlob
org.eclipse.datatools.connectivity.oda [Platform API] Defines the runtime API of the Open Data Access (ODA) extensions. 
 

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.
 



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