}
// Once we got the dataset initialized then calculate the domain for each property.
for (int i = 0; i < properties.length; i++) {
SQLDataProperty property = (SQLDataProperty) properties[i];
property.calculateDomain();
}
}
catch (Exception e) {
if (lastExecutedStmt != null) {
log.error("Error in load() SQLDataset. SQL = " + lastExecutedStmt.getSQLSentence(), e);