|
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.tuple.AbstractTupleSelection
public abstract class AbstractTupleSelection
AbstractTupleSelection is the basis of tuple selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractTupleSelection()
Constructs an AbstractTupleSelection. |
Method Summary | |
---|---|
Object |
resolveSelection(Connection connection)
Retrieves the result of the selection. |
OlapTuple |
resolveTuple(Connection connection)
Retrieves the selection result as an OlapTuple. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractTupleSelection()
Method Detail |
---|
public final Object resolveSelection(Connection connection) throws DataSourceException
resolveSelection
in interface OlapSelection
connection
- the datasource connection
DataSourceException
public final OlapTuple resolveTuple(Connection connection) throws DataSourceException
resolveTuple
in interface TupleSelection
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 |