|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SpecifiedCursorManager
A CursorManager that specifies methods for determining
whether the SpecifiedCursorManager is open and
for getting and setting the input Source objects
associated with this SpecifiedCursorManager.
| Method Summary | |
|---|---|
Source[] |
getInputSources()
Returns an array that has the input Source objects
associated with this SpecifiedCursorManager. |
boolean |
isOpen()
Indicates whether this SpecifiedCursorManager is still
open. |
void |
setInputSources(Source[] newInputSources)
Replaces the existing input SourceSource objects specified by the
newInputSources array. |
| Methods inherited from interface oracle.olapi.data.cursor.CursorManager |
|---|
addCursorManagerUpdateListener, close, createCursor, getFetchSize, getSource, isSpecificationUpdateNeeded, removeCursorManagerUpdateListener, setFetchSize, updateSpecification |
| Method Detail |
|---|
boolean isOpen()
SpecifiedCursorManager is still
open.
true if the SpecifiedCursorManager
is open and false if it is closed.Source[] getInputSources()
Source objects
associated with this SpecifiedCursorManager.
Source objects that are the input
Source objects of this
SpecifiedCursorManager.void setInputSources(Source[] newInputSources)
SourceSource objects specified by the
newInputSources array.
newInputSources - An array of SourceSource objects
of the SpecifiedCursorManager.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||