if (tableTypes == null) {
tableTypes = "TABLE"; // Default: get all tables in the source database.
}
} catch (IOException ex) {
Mediator.getLogger(DatabaseConnector.class.getName()).log(Level.SEVERE, null, ex);
throw new InaccessibleConfigurationFileException(ex);
}
}