public class ResultSetResult extends ListResult
Result that contains a single ResultSet. Useful for building hierarchies of Results and
ResultSets.listcomment, datatype, name| Constructor and Description |
|---|
ResultSetResult(StringBuffer representation)
Creates a
ResultSetResult from its XML representation. |
ResultSetResult(String name,
String comment,
ResultSet annotation,
ResultSet result)
Creates a new
ResultSetResult with given name, comment, annotation, and content. |
appendFurtherInfos, extractFurtherInfos, getAnnotation, getExport, getRawResult, getValue, getXMLTag, print, setExport, sort, toStringcheckDatatype, createResult, isCastableResult, isComparableResultgetComment, getDatatype, getName, toXMLpublic ResultSetResult(String name, String comment, ResultSet annotation, ResultSet result)
ResultSetResult with given name, comment, annotation, and content.name - the name of the resultcomment - a comment on the resultannotation - annotation (may be null)result - the resultpublic ResultSetResult(StringBuffer representation) throws NonParsableException
ResultSetResult from its XML representation.representation - the XML representationNonParsableException - if XML could not be parsed