jremote jbase5.2.1

com.jbase.jremote
Interface JCursor

All Superinterfaces:
Iterable<String>, JSelectList
All Known Implementing Classes:
JCursorImpl

public interface JCursor
extends JSelectList

A cursor to a jBASE file.

This object represents a list of jBASE file records.


Method Summary
 JDynArray getRecord()
          Returns the current record.
 void setRecord(JDynArray record)
          Modifies the current record.
 void update()
          Update changes.
 
Methods inherited from interface com.jbase.jremote.JSelectList
close, getFetchSize, getKey, getPosition, goToPosition, hasNext, hasPrevious, iterator, next, previous, setFetchSize
 

Method Detail

getRecord

JDynArray getRecord()
Returns the current record.

Returns:
record value

setRecord

void setRecord(JDynArray record)
Modifies the current record. Changes are not applied until methods update() or close() are called.

Parameters:
record -

update

void update()
            throws JRemoteException
Update changes. This method will apply all pending changes to the cursor.

Throws:
JRemoteException

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.