|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.query.ROLAPQuery
Relational OLAP query.
Nested Class Summary | |
class |
ROLAPQuery.Dimension
Deprecated. |
class |
ROLAPQuery.Instance
Deprecated. |
static interface |
ROLAPQuery.Listener
Deprecated. |
static class |
ROLAPQuery.Result
Deprecated. |
Constructor Summary | |
ROLAPQuery(Table tab)
Deprecated. |
Method Summary | |
ROLAPQuery.Dimension |
addDimension(Column col)
Deprecated. |
ROLAPQuery.Dimension |
addDimension(ForeignKey fk)
Deprecated. |
void |
addDimension(ROLAPQuery.Dimension dim)
Deprecated. |
void |
addListener(ROLAPQuery.Listener listener)
Deprecated. |
void |
addMeasurement(Column col)
Deprecated. |
ROLAPQuery.Instance |
createInstance()
Deprecated. |
java.util.List |
getDataColumns()
Deprecated. |
java.util.List |
getDimensions()
Deprecated. |
Filter |
getFilter()
Deprecated. |
java.util.Set |
getListeners()
Deprecated. |
Table |
getTable()
Deprecated. |
static ROLAPQuery |
parse(org.dom4j.Element element)
Deprecated. |
static ROLAPQuery |
parse(java.lang.String xml)
Deprecated. |
void |
setFilter(Filter filter)
Deprecated. |
void |
toXML(org.xml.sax.ContentHandler handler)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ROLAPQuery(Table tab)
Method Detail |
public static ROLAPQuery parse(java.lang.String xml) throws java.lang.Exception
java.lang.Exception
public void addDimension(ROLAPQuery.Dimension dim) throws java.lang.Exception
java.lang.Exception
public ROLAPQuery.Dimension addDimension(Column col) throws java.lang.Exception
java.lang.Exception
public ROLAPQuery.Dimension addDimension(ForeignKey fk) throws java.lang.Exception
java.lang.Exception
public void addMeasurement(Column col)
public Table getTable()
public java.util.List getDimensions()
public java.util.List getDataColumns()
public Filter getFilter()
public void setFilter(Filter filter)
public java.util.Set getListeners()
public ROLAPQuery.Instance createInstance()
public void addListener(ROLAPQuery.Listener listener)
public void toXML(org.xml.sax.ContentHandler handler) throws java.lang.Exception
java.lang.Exception
public static ROLAPQuery parse(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |