The following table lists mappings between the extended data types supported in IBM Informix Dynamic Server and the corresponding Java and JDBC types.
A Java boolean object can map to an Informix smallint data type or an Informix boolean data type. IBM Informix JDBC Driver attempts to map it according to the column type. However, in cases such as PreparedStatement host variables, IBM Informix JDBC Driver cannot access the column types, so the mapping is somewhat limited. For more details on data type mapping, refer to Data Type Mapping for PreparedStatement.setXXX() Extensions.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]