JDBC 2.0 is a major leap from JDBC 1.0 in that it supports extensible data types and large objects. The following extensions to JDBC 1.0 are provided to support user-defined data types (UDTs) with JDK 1.1.x:
The following read/write methods are not supported for opaque types:
Use the Informix extension readString(len).
Use the Informix extension readBytes(len).
The following read/write methods are not supported for opaque types:
Use the Informix extension writeString(len).
Use the Informix extension writeBytes(len).