|
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 TupleCursor
TupleCursor is a cursor that retrieves and assigns olap tuples at a given position.
Method Summary | |
---|---|
OlapTuple |
getCurrentTuple()
Returns the current tuple of the cursor. |
void |
setCurrentTuple(OlapTuple tuple)
Assigns a tuple at the current position of the cursor. |
Methods inherited from interface com.citra.pivot.olap.data.OlapCursor |
---|
getPosition, getPositionCount, next, reset, setPosition |
Method Detail |
---|
OlapTuple getCurrentTuple()
void setCurrentTuple(OlapTuple tuple) throws OlapCursorException
tuple
- the tuple to assign
OlapCursorException
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |