| Interface | Description |
|---|---|
| IfmxCallableStatement |
The IfmxCallableStatement interface extends the
java.sql.CallableStatement interface.
|
| IfmxParameterMetaData |
The IfmxParameterMetaData interface extends the
java.sql.IfmxParameterMetaData interface.
|
| IfmxPreparedStatement |
Contains extensions to
the standard JDBC PreparedStatement interface.
|
| IfmxResultSet |
The IfmxResultSet interface extends the java.sql.ResultSet interface.
|
| IfmxResultSetMetaData |
The IfmxResultSetMetaData interface contains Informix extensions to
the ResultSetMetaData interface.
|
| IfmxStatement |
The interface contains
extensions to the standard JDBC Statement interface.
|
| Class | Description |
|---|---|
| IfxBblob |
By default, a Blob is a transaction duration reference to a
binary large object.
|
| IfxCblob |
By default, a CLOB is a transaction duration reference to a
character large object.
|
| IfxLobDescriptor |
The IfxLobDescriptor class stores the internal characteristics
of a smart large object.
|
| IfxLocator |
The IfxLocator class (known as the locator pointer or
large object locator) is the communication link between the database
server and the client for a particular large object.
|
| IfxLoStat |
The IfxLoStat class stores some statistical information
about a smart large object such as the size, last access time,
last modified time, last status change, and so on.
|
| IfxSmartBlob |
The IfxSmartBlob class provides smart large object access.
|
| IfxSmartBlob.ClobSize |