|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.application.AbstractRowsetCursor
com.crystaldecisions.sdk.occa.report.application.RowsetCursor
public class RowsetCursor
This object provides easy access to records in a rowset. Create the cursor with the
RowsetController object's createCursor
method.
| Constructor Summary | |
|---|---|
RowsetCursor()
|
|
| Method Summary | |
|---|---|
RowsetController |
getRowsetController()
Returns the RowsetController object that created this rowset cursor. |
void |
setRowsetController(RowsetController newVal)
|
| Methods inherited from class com.crystaldecisions.sdk.occa.report.application.AbstractRowsetCursor |
|---|
addNew, delete, getAdditionalFetchRowsetInfo, getCurrentRecord, getCurrentRecordNumber, getGroupPath, getIsTotalRecordKnown, getMetaData, getNumOfCachedBatches, getRecordCount, getRowset, isEOF, moveFirst, moveLast, moveNext, movePrevious, moveTo, setGroupPath, setMetaData, setNumOfCachedBatches, setRowsetControllerInternal |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.ICursor |
|---|
addNew, delete, getCurrentRecord, getCurrentRecordNumber, getIsTotalRecordKnown, getRecordCount, isEOF, moveFirst, moveLast, moveNext, movePrevious, moveTo |
| Constructor Detail |
|---|
public RowsetCursor()
| Method Detail |
|---|
public RowsetController getRowsetController()
Returns the RowsetController object that created this rowset cursor.
RowsetController object that created this rowset cursor.public void setRowsetController(RowsetController newVal)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||