Package com.informix.jdbc

Interface Summary
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 Summary
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 statisitical 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