The following DatabaseMetaData methods need to be updated to address only having schema and not catalog in their sort order:
getTables,
getSchemas(),
getTablePrivileges,
getUDTs,
getAttributes,
getSchemas(String, String)
This helps improve the consistency between JDBC and ODBC which the JDBC EG feels is important.
getTables,
getSchemas(),
getTablePrivileges,
getUDTs,
getAttributes,
getSchemas(String, String)
This helps improve the consistency between JDBC and ODBC which the JDBC EG feels is important.