C D E F M N O P R S T

C

close() - Method in class dvrun.rtDV
Close and free the runtime.
close() - Method in class dvrun.rtList
Close the list.
code - Variable in exception dvrun.rtException
DV runtime error code
colnam(int) - Method in class dvrun.rtList
Return column name.
cols() - Method in class dvrun.rtList
Return number of columns.
colwid(int) - Method in class dvrun.rtList
Return column width.
currInt(int) - Method in class dvrun.rtList
Return data from current item (row).
currObj(int) - Method in class dvrun.rtList
Return data from current item (row).
currRow() - Method in class dvrun.rtList
Return a row of data from current item (row).
currString(int) - Method in class dvrun.rtList
Return data from current item (row).

D

dup() - Method in class dvrun.rtList
Duplicate the current item (row).
dvrun - package dvrun
 

E

eos() - Method in class dvrun.rtList
Return End-Of-Scan status.
execute() - Method in class dvrun.rtDV
Execute a runtree.
execute(String) - Method in class dvrun.rtDV
Execute a runtree.
execute(rtList) - Method in class dvrun.rtDV
Execute a runtree.

F

finalize() - Method in class dvrun.rtDV
 
finalize() - Method in class dvrun.rtList
 

M

message - Variable in exception dvrun.rtException
DV runtime error message
mod(int, Object[]) - Method in class dvrun.rtList
Modify (insert/update/delete) current row.
modcol(int, Object) - Method in class dvrun.rtList
Modify a column.
more(int, int) - Method in class dvrun.rtList
Load more data.

N

next() - Method in class dvrun.rtList
Advance one position.

O

open(String, int) - Method in class dvrun.rtList
Open a list.

P

pos() - Method in class dvrun.rtList
Return current position.
prev() - Method in class dvrun.rtList
Backup one position.

R

readInt(int) - Method in class dvrun.rtList
Return data from current item (row) and advance.
readObj(int) - Method in class dvrun.rtList
Return data from current item (row) and advance.
readRow() - Method in class dvrun.rtList
Return a row of data from current item (row) and advance.
readString(int) - Method in class dvrun.rtList
Return data from current item (row) and advance.
returnInt() - Method in class dvrun.rtDV
Return integer return value.
returnList() - Method in class dvrun.rtDV
Return list return value.
returnString() - Method in class dvrun.rtDV
Return string return value.
rows() - Method in class dvrun.rtList
Return number of rows.
rtDV - Class in dvrun
Calls the runtime via JNI.
rtDV(String) - Constructor for class dvrun.rtDV
Allocate and initialize.
rtDV(String, String) - Constructor for class dvrun.rtDV
Allocate, initialize and connect.
rtException - Exception in dvrun
All DV runtime errors will throw this exception.
rtList - Class in dvrun
Calls the list runtime via JNI.
rtList(rtDV) - Constructor for class dvrun.rtList
Allocate and initialize.

S

seek(int) - Method in class dvrun.rtList
Seek to a new position.

T

toString() - Method in exception dvrun.rtException
 
toString() - Method in class dvrun.rtList
Returns a string with some basic list information.

C D E F M N O P R S T