public class NumericalResultSet extends ResultSet
NumericalResult.| Constructor and Description |
|---|
NumericalResultSet(LinkedList<? extends NumericalResult> results)
|
NumericalResultSet(NumericalResult result)
Constructs a
NumericalResultSet containing one
NumericalResult. |
NumericalResultSet(NumericalResult[]... results)
Constructs a
NumericalResultSet from some arrays of
NumericalResults. |
NumericalResultSet(StringBuffer representation)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
NumericalResult |
getResultAt(int index)
|
findColumn, fromXML, getNumberOfResults, getResultForName, getResults, toString, toXMLpublic NumericalResultSet(NumericalResult result)
NumericalResultSet containing one
NumericalResult.result - the NumericalResult to be containedpublic NumericalResultSet(NumericalResult[]... results)
NumericalResultSet from some arrays of
NumericalResults.results - the resultspublic NumericalResultSet(LinkedList<? extends NumericalResult> results)
results - the LinkedList of NumericalResultspublic NumericalResultSet(StringBuffer representation) throws NonParsableException
Storable.
Creates a new NumericalResultSet from the corresponding XML
representation.representation - the XML representation as StringBufferNonParsableException - if the StringBuffer representation could
not be parsed.public NumericalResult getResultAt(int index)
ResultSetgetResultAt in class ResultSetindex - the index of the ResultResult at index