schemas.put(schemaName, Boolean.TRUE);
}
rs.close();
// bring up dialog
final String[] schemasArray = (String[]) schemas.keys(new String[schemas.size()]);
if (schemas.size() > 1)
{
final SchemaSelectionDialog schemaSelectionDialog =
new SchemaSelectionDialog(JdbcDataSourceDialog.this, schemasArray);
schema = schemaSelectionDialog.getSchema();