mondrian.xmla
Class Rowset.Row

java.lang.Object
  extended by 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.


Constructor Summary
Rowset.Row()
           
 
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
 

Constructor Detail

Rowset.Row

Rowset.Row()
Method Detail

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.


SourceForge.net_Logo