ScrollableDataResult scrollableDataResult = (ScrollableDataResult) dataResult
.getDataObject();
result = scrollableDataResult.getSourceBean();
} // if (type.equalsIgnoreCase("SELECT"))
else {
InformationDataResult informationDataResult = (InformationDataResult) dataResult
.getDataObject();
result = new Boolean(informationDataResult.getAffectedRows() > 0);
} // if (type.equalsIgnoreCase("SELECT")) else
return result;
} // try
catch (Exception ex) {
logger.error("", ex);