|
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.set.AbstractSetSelection
public abstract class AbstractSetSelection
AbstractSetSelection is the basis of set selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractSetSelection()
Constructs an AbstractSetSelection. |
Method Summary | |
---|---|
Object |
resolveSelection(Connection connection)
Retrieves the result of the selection. |
OlapSet |
resolveSet(Connection connection)
Retrieves the selection result as an OlapSet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractSetSelection()
Method Detail |
---|
public final Object resolveSelection(Connection connection) throws DataSourceException
resolveSelection
in interface OlapSelection
connection
- the datasource connection
DataSourceException
public final OlapSet resolveSet(Connection connection) throws DataSourceException
resolveSet
in interface SetSelection
connection
- the connection to the datasource
DataSourceException
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |