|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OlapCursor
OlapCursor is used to iterate through the results of an olap selection.
Method Summary | |
---|---|
int |
getPosition()
Returns the current position in the cursor. |
int |
getPositionCount()
Returns the total number of members that the cursor contains. |
boolean |
next()
Moves the cursor to the next location. |
void |
reset()
Resets the cursor by moving the position to the beginning. |
void |
setPosition(int position)
Moves the cursor to a specified position. |
Method Detail |
---|
int getPosition()
int getPositionCount()
boolean next() throws OlapCursorException
OlapCursorException
void reset() throws OlapCursorException
OlapCursorException
void setPosition(int position) throws OlapCursorException
position
- the location to set the cursor to
OlapCursorException
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |