StatementExecutionInput executionInput,
ResultSet resultSet) throws SQLException {
super(resultName, executionInput);
int fetchBlockSize = getQueryExecutionSettings().getResultSetFetchBlockSize();
dataModel = new ResultSetDataModel(resultSet, executionInput.getConnectionHandler(), fetchBlockSize);
resultPanel = new StatementExecutionResultForm(this);
resultPanel.updateVisibleComponents();
resultPanel.getResultTable().setName(getResultName());
}