butler.ext.rolap
Class ROLAPQuery.Instance
java.lang.Object
butler.ext.rolap.ROLAPQuery.Instance
- All Implemented Interfaces:
- Populatable
- Enclosing class:
- ROLAPQuery
public class ROLAPQuery.Instance
- extends java.lang.Object
- implements Populatable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLAPQuery.Instance
public ROLAPQuery.Instance()
throws java.lang.Exception
- Throws:
java.lang.Exception
getQueryParams
public QueryParams getQueryParams()
setQueryParams
public void setQueryParams(QueryParams params)
setParameter
public void setParameter(Filter filter,
java.util.List params)
throws java.lang.Exception
- Specified by:
setParameter
in interface Populatable
- Throws:
java.lang.Exception
run
public ROLAPQuery.Result run()
throws java.lang.Exception
- Throws:
java.lang.Exception
toXML
public void toXML(org.xml.sax.ContentHandler handler)
throws java.lang.Exception
- Throws:
java.lang.Exception