|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of rtException in dvrun |
---|
Methods in dvrun that throw rtException | |
---|---|
java.lang.String |
rtList.colnam(int column)
Return column name. |
int |
rtList.cols()
Return number of columns. |
int |
rtList.colwid(int column)
Return column width. |
int |
rtList.currInt(int column)
Return data from current item (row). |
java.lang.Object |
rtList.currObj(int column)
Return data from current item (row). |
java.lang.Object[] |
rtList.currRow()
Return a row of data from current item (row). |
java.lang.String |
rtList.currString(int column)
Return data from current item (row). |
void |
rtList.dup()
Duplicate the current item (row). |
int |
rtList.eos()
Return End-Of-Scan status. |
void |
rtList.mod(int action,
java.lang.Object[] valueArray)
Modify (insert/update/delete) current row. |
void |
rtList.modcol(int column,
java.lang.Object value)
Modify a column. |
void |
rtList.more(int maxRows,
int resetFirst)
Load more data. |
int |
rtList.next()
Advance one position. |
void |
rtList.open(java.lang.String openString,
int maxRows)
Open a list. |
int |
rtList.pos()
Return current position. |
int |
rtList.prev()
Backup one position. |
int |
rtList.readInt(int column)
Return data from current item (row) and advance. |
java.lang.Object |
rtList.readObj(int column)
Return data from current item (row) and advance. |
java.lang.Object[] |
rtList.readRow()
Return a row of data from current item (row) and advance. |
java.lang.String |
rtList.readString(int column)
Return data from current item (row) and advance. |
int |
rtList.rows()
Return number of rows. |
void |
rtList.seek(int row)
Seek to a new position. |
Constructors in dvrun that throw rtException | |
---|---|
rtDV(java.lang.String runTreeFilename)
Allocate and initialize. |
|
rtDV(java.lang.String runTreeFilename,
java.lang.String connectString)
Allocate, initialize and connect. |
|
rtList(rtDV rt)
Allocate and initialize. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |