|
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.logical.AbstractLogicalSelection
public abstract class AbstractLogicalSelection
AbstractLogicalSelection is the basis of logical selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractLogicalSelection()
Constructs an AbstractLogicalSelection. |
Method Summary | |
---|---|
Boolean |
resolveLogical(Connection connection)
Retrieves the selection result as a boolean. |
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 AbstractLogicalSelection()
Method Detail |
---|
public final Boolean resolveLogical(Connection connection) throws DataSourceException
resolveLogical
in interface LogicalSelection
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 |