|
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 TabularCursor
TabularCursor is a cursor that retrieves data in a tabular format.
Method Summary | |
---|---|
int |
getColumnCount()
Returns the number of columns in the tabular set. |
String |
getColumnName(int index)
Returns the name of a column in the tabular set, as this is defined by index . |
Object |
getValue(int index)
Returns the value of the current row in the set, as this is defined by index . |
Methods inherited from interface com.citra.pivot.olap.data.OlapCursor |
---|
getPosition, getPositionCount, next, reset, setPosition |
Method Detail |
---|
int getColumnCount()
String getColumnName(int index)
index
.
index
- the location of the column in the set
Object getValue(int index)
index
.
index
- the location of the value in the set
index
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |