Package mondrian.xmla
Class Rowset.Row
- java.lang.Object
-
- mondrian.xmla.Rowset.Row
-
- Enclosing class:
- Rowset
protected static class Rowset.Row extends Object
A set of name/value pairs, which can be output usingRowset.addRow(mondrian.xmla.Rowset.Row, java.util.List<mondrian.xmla.Rowset.Row>)
. This uses less memory than simply using a HashMap and for very big data sets memory is a concern.
-
-
Constructor Summary
Constructors Constructor Description Row()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String name)
Retrieves the value of a field with a given name, or null if the field's value is not defined.(package private) void
set(String name, Object value)
-