|
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 CursorInfoSpecification
An interface that specifies characteristics of a Cursor.
You can create an instance of an implementation of
CursorInfoSpecification by calling the
createCursorInfoSpecification method of a
DataProvider.
You can pass the CursorInfoSpecification to one of the
createCursorManager methods of the DataProvider,
and then call the createCursor method of the
CursorManager.
DataProvider| Method Summary | |
|---|---|
Source |
getSource()
Gets the Source for this
CursorInfoSpecification. |
boolean |
isParentEndCalculationSpecified()
Indicates whether the CursorInfoSpecification is set to
calculate the ending position of the Cursor
in the parent Cursor. |
boolean |
isParentStartCalculationSpecified()
Indicates whether the CursorInfoSpecification is set to
calculate the starting position of the Cursor
in the parent Cursor. |
void |
setParentEndCalculationSpecified(boolean b)
Specifies whether to calculate the ending position of the Cursor in the parent Cursor. |
void |
setParentStartCalculationSpecified(boolean b)
Specifies whether to calculate the starting position of the Cursor in the parent Cursor. |
| Method Detail |
|---|
Source getSource()
Source for this
CursorInfoSpecification.
Source for this
CursorInfoSpecification.boolean isParentEndCalculationSpecified()
CursorInfoSpecification is set to
calculate the ending position of the Cursor
in the parent Cursor.
true if the CursorInfoSpecification
is set to calculate the ending position of the
Cursor in the parent Cursor
and false otherwise.boolean isParentStartCalculationSpecified()
CursorInfoSpecification is set to
calculate the starting position of the Cursor
in the parent Cursor.
true if the CursorInfoSpecification
is set to calculate the starting position of the
Cursor in the parent Cursor
and false otherwise.void setParentEndCalculationSpecified(boolean b)
Cursor in the parent Cursor.
b - true to calculate the ending position of the
Cursor in the parent and false
otherwise.void setParentStartCalculationSpecified(boolean b)
Cursor in the parent Cursor.
b - true to calculate the starting position of the
Cursor in the parent and false
otherwise.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||