Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.string
Interface StringSelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractStringSelection, NameStringSelection

public interface StringSelection
extends OlapSelection

StringSelection defines a method for retrieving a string from a DataSource connection.


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

Method Detail

resolveString

String resolveString(Connection connection)
                     throws DataSourceException
Retrieves the selection result as a String.

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

Copyright © 2011 Citra Technologies. All Rights Reserved.