butler.ext.rolap
Class ROLAPQuery.Result
java.lang.Object
butler.ext.rolap.ROLAPQuery.Result
- Enclosing class:
- ROLAPQuery
public static class ROLAPQuery.Result
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLAPQuery.Result
public ROLAPQuery.Result(ROLAPQuery query,
ROLAPQuery.Result parent,
int dimIndex,
butler.util.Tuple key)
ROLAPQuery.Result
public ROLAPQuery.Result(ROLAPQuery query,
RecordList recList)
throws java.lang.Exception
- Throws:
java.lang.Exception
getIterator
public java.util.Iterator getIterator()
isLeaf
public boolean isLeaf()
isRoot
public boolean isRoot()
getKey
public butler.util.Tuple getKey()
getParent
public ROLAPQuery.Result getParent()
getROLAPQuery
public ROLAPQuery getROLAPQuery()
setData
public void setData(java.lang.Object key,
double data)
getData
public double getData(java.lang.Object key)
getDimension
public ROLAPQuery.Dimension getDimension()
setJoinedRecord
public void setJoinedRecord(Record rec)
throws java.lang.Exception
- Throws:
java.lang.Exception
getJoinedRecord
public Record getJoinedRecord()
toXMLSimple
public boolean toXMLSimple(org.xml.sax.ContentHandler handler)
throws java.lang.Exception
- Throws:
java.lang.Exception