|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClob | |
org.eclipse.datatools.connectivity.oda | [Provisional] Defines the runtime API of the Open Data Access (ODA) extensions. |
org.eclipse.datatools.connectivity.oda.consumer.helper |
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 |
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. |
IClob |
IAdvancedQuery.getClob(int parameterId)
Returns the IClob value from the designated output parameter. |
Uses of IClob in org.eclipse.datatools.connectivity.oda.consumer.helper |
Classes in org.eclipse.datatools.connectivity.oda.consumer.helper that implement IClob | |
class |
OdaClob
OdaClob is the Oda wrapper for Clobs. |
Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return IClob | |
IClob |
OdaResultSet.getClob(int index)
|
IClob |
OdaResultSet.getClob(java.lang.String columnName)
|
IClob |
OdaAdvancedQuery.getClob(java.lang.String parameterName)
|
IClob |
OdaAdvancedQuery.getClob(int parameterId)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |