Details
Description
The result from DatabaseMetaData.getSchemas() is not JDBC 3.0 compliant (is is, however, JDBC 2.0 compliant)
The returning resultset has one column: TABLE_SCHEM
From JDBC 3.0, it should have had two columns: TABLE_SCHEM and TABLE_CATALOG
(See also JDBC 3.0 spec ch. 7.8,)