Interface | Description |
---|---|
IfmxCallableStatement |
The IfmxCallableStatement interface extends the
java.sql.CallableStatement interface.
|
IfmxComplexSQLInput |
The IfmxComplexSQLInput interface contains Informix extensions to the
SQLInput interface.
|
IfmxComplexSQLOutput |
The IfmxComplexSQLOutput interface contains Informix extensions to
the SQLOutput interface.
|
IfmxConnection |
The IfmxConnection interface contains Informix extensions to the
Connection interface.
|
IfmxParameterMetaData |
The IfmxParameterMetaData interface extends the
java.sql.IfmxParameterMetaData interface.
|
IfmxPreparedStatement |
The IfmxPreparedStatement interface contains Informix 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 IfmxStatement interface contains
Informix extensions to the standard JDBC Statement interface.
|
IfmxUDTSQLInput |
The IfmxUDTSQLInput interface extends the SQLInput interface.
|
IfmxUDTSQLOutput |
The IfmxUDTSQLOutput interface extends the SQLOutput interface.
|
Class | Description |
---|---|
IfxBblob |
By default, a Blob is a transaction duration reference to a
binary large object.
|
IfxBSONObject |
The IfxBSONObject is a hybrid of both the
SQLData interface necessary
to read and write BSON data with the Informix JDBC driver and the
BSONObject interface necessary to work with BSON objects that
returned by or sent to Informix. |
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.
|
IfxStatementTypes |
Statement numbers
|
IfxUDTInfo |
This class contains all information about a user defined datatype
like UDT, distinct, and named row types
|