public interface JCursor extends JSelectList
A cursor to a jBASE file.
This object represents a list of jBASE file records.Modifier and Type | Method and Description |
---|---|
JDynArray |
getRecord()
Returns the current record.
|
void |
setRecord(JDynArray record)
Modifies the current record.
|
void |
update()
Update changes.
|
close, getFetchSize, getKey, getPosition, goToPosition, hasNext, hasPrevious, iterator, next, previous, setFetchSize
JDynArray getRecord()
void setRecord(JDynArray record)
record
- void update() throws JRemoteException
JRemoteException