|
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.member.AbstractMemberSelection
public abstract class AbstractMemberSelection
AbstractMemberSelection is the basis of member selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractMemberSelection()
Constructs an AbstractMemberSelection. |
Method Summary | |
---|---|
OlapMember |
resolveMember(Connection connection)
Retrieves the selection result as an OlapMember. |
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 AbstractMemberSelection()
Method Detail |
---|
public final OlapMember resolveMember(Connection connection) throws DataSourceException
resolveMember
in interface MemberSelection
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 |