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 using
Rowset.addRow(mondrian.xmla.Rowset.Row, java.util.List)
. This uses less memory than simply
using a HashMap and for very big data sets memory is
a concern.
-
-
Method Summary |
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,
boolean value)
|
(package private) void |
set(String name,
Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rowset.Row
Rowset.Row()
set
void set(String name,
Object value)
set
void set(String name,
boolean value)
get
public Object get(String name)
- Retrieves the value of a field with a given name, or null if the
field's value is not defined.