| 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 | IAdvancedQuery.getBlob(int parameterId)Returns the IBlob value from the designated output parameter.
 | 
|  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.
 |