//log.debug("geSuggestedPrimaryKeyStrategyName(" + catalog + "." + schema + "." + table + ")");
final String sc = schema;
final String cat = catalog;
return new ResultSetIterator(getMetaData().getTables(catalog, schema, table, new String[]{"TABLE"}),
getSQLExceptionConverter()) {
Map element = new HashMap();
protected Object convertRow(ResultSet tableRs) throws SQLException{
String table = tableRs.getString("TABLE_NAME");