|
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.query.AbstractQuerySelection
public abstract class AbstractQuerySelection
AbstractQuerySelection is the basis of query selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractQuerySelection()
Constructs an AbstractQuerySelection. |
Method Summary | |
---|---|
OlapCellSet |
resolveCellSet(Connection connection)
Retrieves the selection result as an OlapCellSet. |
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 AbstractQuerySelection()
Method Detail |
---|
public final OlapCellSet resolveCellSet(Connection connection) throws DataSourceException
resolveCellSet
in interface QuerySelection
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 |