|
|||||||||||
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 | An ODA consumer helper package that assists an ODA consumer application to manage the diverse capabilities and behavior of individual ODA data drivers. |
org.eclipse.datatools.connectivity.oda.impl | Provides a template implementation of the main ODA run-time interfaces. |
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
|
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)
|
Uses of IClob in org.eclipse.datatools.connectivity.oda.impl |
Classes in org.eclipse.datatools.connectivity.oda.impl that implement IClob | |
class |
Clob
Default implementation of IClob for use by ODA runtime drivers. |
Methods in org.eclipse.datatools.connectivity.oda.impl that return IClob | |
IClob |
SimpleResultSet.getClob(int index)
|
IClob |
SimpleResultSet.getClob(java.lang.String columnName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |