Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.tuple
Interface TupleSelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractTupleSelection, DefaultTupleSelection, ItemTupleSelection, SelfTupleSelection, UnionTupleSelection

public interface TupleSelection
extends OlapSelection

TupleSelection defines a method for retrieving an OlapTuple from a DataSource connection.


Method Summary
 OlapTuple resolveTuple(Connection connection)
          Retrieves the selection result as an OlapTuple.
 
Methods inherited from interface com.citra.pivot.olap.data.OlapSelection
resolveSelection
 

Method Detail

resolveTuple

OlapTuple resolveTuple(Connection connection)
                       throws DataSourceException
Retrieves the selection result as an OlapTuple.

Parameters:
connection - the connection to the datasource
Returns:
the olap tuple resolved
Throws:
DataSourceException

Copyright © 2011 Citra Technologies. All Rights Reserved.