Using the Informix SERIAL and SERIAL8 Data Types Informix JDBC Driver provides support for the Informix SERIAL and SERIAL8 data types via the methods getSerial() and getSerial8(), which are part of the implementation of the java.sql.Statement interface. Since the SERIAL and SERIAL8 data types do not have an obvious mapping to any JDBC API data types from the java.sql.Types class, you must import Informix-specific classes into your Java program to be able to handle SERIAL and SERIAL8 table columns. To do this, add the following import line to your Java program:
0
1
1. Import the Informix-specific package com.informix.jdbc.* into your Java program by adding the following line to the import section:
2. Invoke the static method IfxDriver.getJDBCVersion(). This method returns a String object that contains the complete version of the current Informix JDBC Driver.
1.22.JC1
22
INF#J031093