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