Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.logical
Interface LogicalSelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractLogicalSelection, IsAncestorSelection, IsMemberSelection

public interface LogicalSelection
extends OlapSelection

LogicalSelection defines a method for retrieving a boolean value from a DataSource connection.


Method Summary
 Boolean resolveLogical(Connection connection)
          Retrieves the selection result as a boolean.
 
Methods inherited from interface com.citra.pivot.olap.data.OlapSelection
resolveSelection
 

Method Detail

resolveLogical

Boolean resolveLogical(Connection connection)
                       throws DataSourceException
Retrieves the selection result as a boolean.

Parameters:
connection - the connection to the datasource
Returns:
the boolean resolved
Throws:
DataSourceException

Copyright © 2011 Citra Technologies. All Rights Reserved.