Informix classes that implement Java interfaces

The following table lists the Java™ interfaces and classes and the HCL Informix® classes that implement them.
JDBC interface or class Informix class
java.io.Serializable com.informix.jdbcx.IfxCoreDataSource
java.sql.Connection com.informix.jdbc.IfmxConnection
javax.sql.ConnectionEventListener com.informix.jdbcx.IfxConnectionEventListener
javax.sql.ConnectionPoolDataSource com.informix.jdbcx.IfxConnectionPoolDataSource
javax.sql.DataSource com.informix.jdbcx.IfxDataSource
javax.sql.PooledConnection com.informix.jdbcx.IfxPooledConnection
javax.sql.XADataSource com.informix.jdbcx.IfxXADataSource
java.sql.ParameterMetaData com.informix.jdbc.IfxParameterMetaData

Informix JDBC Driver, Version 3.0, and later implements the updateXXX() methods defined in the ResultSet interface by the JDBC 3.0 specification. These methods, such as updateClob, are further defined in the J2SDK 1.4.x API, and later and require that the ResultSet object can be updated. The updateXXX() methods allow rows to be updated by using Java variables and objects and extend to include additional JDBC types.

These methods update JDBC types implemented with locators, not the data designated by the locators.