The following JDBC API methods are not supported by IBM Informix JDBC Driver and cannot be used in a Java program that connects to an Informix database:
The Connection.setCatalog() and Connection.setReadOnly() methods return with no error. The other methods, above, throw the exception: Method not Supported.
The following JDBC API methods behave other than specified by the JavaSoft specification:
Returns a single result set
Ignores the columnNamePattern field; returns NULL when used with any server version older than 9.x
Always returns FALSE
Always returns FALSE
Always returns FALSE
Always returns FALSE
Always returns FALSE
Always returns FALSE
Always returns FALSE
Always returns FALSE
Always returns FALSE
Returns a single result set
Always returns 0
Always returns a String object containing one blank space
Returns the table name for SELECT, INSERT, and UPDATE statements
SELECT statements with more than one table name and all other statements return a String object containing one blank space.
Always returns a String object containing one blank space
Always returns TRUE
Always returns FALSE
Always returns TRUE
Returns a single result set
Returns TRUE only when connecting to a secondary server in HDR scenario (see Important note below)