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

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

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

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.