|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A cursor to allow navigation of a dimension of a multidimensional result set
(IBIDataSet
) as well as access
to metadata
describing the cursor.
A dimension cursor contains mandatory columns (accessible either by their
column index or column name) as well as any number of optional columns
(accessible only by their column name).
See java.sql.ResultSet
for further details on
the navigation model.
Field Summary | |
static IBICursorColumn[] |
MANDATORY
The mandatory columns (fixed order). |
static IBICursorColumn[] |
OPTIONAL
The optional columns. |
Fields inherited from interface java.sql.ResultSet |
CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
Method Summary | |
IBIAxisCursor |
getAxisCursor()
Gets the enclosing axis cursor. |
Object |
getDimension()
Gets the dimension instance corresponding to the current navigation state of this dimension cursor. |
List |
getDimensionAttributeCursor()
Gets the list of attribute cursors contained in this dimension cursor. |
Object |
getMember()
Gets the member instance corresponding to the current navigation state of this dimension cursor. |
String |
getName()
The name of this dimension cursor. |
Field Detail |
public static final IBICursorColumn[] MANDATORY
public static final IBICursorColumn[] OPTIONAL
Method Detail |
public String getName()
public IBIAxisCursor getAxisCursor()
public List getDimensionAttributeCursor() throws SQLException
SQLException
- when this operation is not supported or the metadata
access fails.public Object getDimension() throws SQLException
SQLException
- when this operation is not supported or the metadata
access failspublic Object getMember() throws SQLException
SQLException
- when this operation is not supported or the metadata
access fails
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |