Package mondrian.xmla
Class XmlaHandler.MDDataSet_Tabular
- java.lang.Object
-
- mondrian.xmla.XmlaHandler.MDDataSet
-
- mondrian.xmla.XmlaHandler.MDDataSet_Tabular
-
- Enclosing class:
- XmlaHandler
static class XmlaHandler.MDDataSet_Tabular extends XmlaHandler.MDDataSet
-
-
Field Summary
-
Fields inherited from class mondrian.xmla.XmlaHandler.MDDataSet
cellPropLongs, cellProps, cellSet, defaultProps, longProps
-
-
Constructor Summary
Constructors Constructor Description MDDataSet_Tabular(CellSet cellSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
metadata(SaxWriter writer)
void
unparse(SaxWriter writer)
-
Methods inherited from class mondrian.xmla.XmlaHandler.MDDataSet
close
-
-
-
-
Constructor Detail
-
MDDataSet_Tabular
public MDDataSet_Tabular(CellSet cellSet)
-
-
Method Detail
-
metadata
public void metadata(SaxWriter writer)
-
unparse
public void unparse(SaxWriter writer) throws org.xml.sax.SAXException, OlapException
- Throws:
org.xml.sax.SAXException
OlapException
-
-