|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AxisOlapSet | AxisOlapSet is a container for tuples pivoted on a given axis. |
Connection | This class represents a connection to an underlying DataSource . |
CustomSelection | CustomSelection is used for developers to add their own selection functions. |
DataSource | DataSource is the core interface that represents a multidimensional OLAP storage. |
OlapCell | OlapCell represents the association between a measure and its value. |
OlapCellSet | OlapCellSet represents a container for a query result to a DataSource. |
OlapCursor | OlapCursor is used to iterate through the results of an olap selection. |
OlapSelection | OlapSelection is used for selecting objects from a datasource. |
OlapSet | OlapSet represents a container for olap tuples. |
OlapTuple | OlapTuple is a container for olap members. |
TabularCursor | TabularCursor is a cursor that retrieves data in a tabular format. |
TabularSet | TabularSet is a structure containing a 2-dimensional (tabular) set of data. |
TupleCursor | TupleCursor is a cursor that retrieves and assigns olap tuples at a given position. |
ValueCursor | ValueCursor is a cursor that retrieves and assigns olap cell values for a given tuple. |
Class Summary | |
---|---|
AxisList | AxisList is a list containing AxisOlapSet objects. |
DefaultAxisOlapSet | DefaultAxisOlapSet is the default axis olap set implementation. |
DefaultCellSet | DefaultCellSet is the default cell set implementation. |
DefaultOlapCell | DefaultOlapCell is the default cell implementation. |
DefaultOlapSet | DefaultOlapSet is the default set implementation. |
DefaultOlapTuple | DefaultOlapTuple is the default tuple implementation. |
DefaultTabularSet | DefaultTabularSet is the default tabular set implementation. |
TupleList | TupleList is a list containing OlapTuple objects. |
Exception Summary | |
---|---|
DataSourceException | DataSourceException is the exception thrown from DataSources, identifying an error in the underlying data connection or in the passed arguments to the datasource's methods. |
OlapCursorException | OlapCursorException signals that an error while iterating results has occured. |
Contains the fundamental classes and interfaces for a connection to a DataSource.
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |