453454455456457458459460461462463
} else { throw new SQLException( "return error [" + response.getErrorCode() + "]"); } } else { TDHSResultSet resultSet; if (alias != null) { resultSet = (TDHSResultSet) response.getResultSet(Arrays.asList(alias)); } else { resultSet = (TDHSResultSet) response.getResultSet(); }