|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.axis.AbstractAxisSelection
public abstract class AbstractAxisSelection
AbstractAxisSelection is the basis of axis selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractAxisSelection()
Constructs an AbstractAxisSelection. |
Method Summary | |
---|---|
AxisOlapSet |
resolveAxis(Connection connection)
Retrieves the selection result as an AxisOlapSet. |
Object |
resolveSelection(Connection connection)
Retrieves the result of the selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractAxisSelection()
Method Detail |
---|
public final AxisOlapSet resolveAxis(Connection connection) throws DataSourceException
resolveAxis
in interface AxisSelection
connection
- the connection to the datasource
DataSourceException
public final Object resolveSelection(Connection connection) throws DataSourceException
resolveSelection
in interface OlapSelection
connection
- the datasource connection
DataSourceException
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |