|
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.tab.AbstractTabularSelection
public abstract class AbstractTabularSelection
AbstractTabularSelection is the basis of tabular selections in this package.
Constructor Summary | |
---|---|
protected |
AbstractTabularSelection()
Constructs an AbstractTabularSelection. |
Method Summary | |
---|---|
Object |
resolveSelection(Connection connection)
Retrieves the result of the selection. |
TabularSet |
resolveTabular(Connection connection)
Retrieves the selection result as a tabular set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractTabularSelection()
Method Detail |
---|
public final TabularSet resolveTabular(Connection connection) throws DataSourceException
resolveTabular
in interface TabularSelection
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 |