|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| 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 that you create using a CursorManager that you created with a DataProvider method that does not require a CursorManagerSpecification. For example, the createCursorManager(Source rootSource) method of a DataProvider creates a Cursor and also generates a CursorInfoSpecification for the Cursor. An application can create an instance of an implementation of CursorInfoSpecification by calling the createCursorInfoSpecification method of a DataProvider.
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 | ||||||||