butler.sql.query
Class ROLAPQuery.Instance

java.lang.Object
  extended bybutler.sql.query.ROLAPQuery.Instance
All Implemented Interfaces:
Populatable
Enclosing class:
ROLAPQuery

public class ROLAPQuery.Instance
extends java.lang.Object
implements Populatable


Constructor Summary
ROLAPQuery.Instance()
           
 
Method Summary
 QueryParams getParams()
           
 ROLAPQuery getQuery()
           
 ROLAPQuery.Result run()
           
 void setParameter(Filter filter, java.util.List params)
           
 void toXML(org.xml.sax.ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ROLAPQuery.Instance

public ROLAPQuery.Instance()
Method Detail

setParameter

public void setParameter(Filter filter,
                         java.util.List params)
                  throws java.lang.Exception
Specified by:
setParameter in interface Populatable
Throws:
java.lang.Exception

getQuery

public ROLAPQuery getQuery()

getParams

public QueryParams getParams()

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