public class vortexRecord
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
dbDescriptor[] |
colDescriptor()
Return reference to array of column descriptions.
|
void |
colSeek(int col)
Column Seek
|
java.lang.Object[] |
getCurrentRow()
Return the current record from the table
|
dbChannel |
getDbChannel()
Return VORTEX dbChannel for this record
|
dbCursor |
getDbCursor()
Return VORTEX dbCursor for this record
|
dbDescriptor |
getDbDescriptor(int col)
Return VORTEX dbDescriptor for this column
|
int |
getDid()
Get DID
|
java.lang.Object |
getNextCol()
Fetch the field from the table
|
java.lang.Object[] |
getRecord()
Fetch the next record from the table
|
java.lang.String |
getUpdateTable()
getUpdateTable
|
int |
numCols()
Return number of fields in table
|
boolean |
recordEOF()
End of the record
|
public boolean recordEOF()
public java.lang.Object[] getCurrentRow()
public java.lang.Object[] getRecord() throws java.sql.SQLException
java.sql.SQLException
public java.lang.Object getNextCol()
public dbDescriptor[] colDescriptor()
public int numCols()
public void colSeek(int col)
col
- the index of the field to be retrieved.public int getDid()
public java.lang.String getUpdateTable()
public dbCursor getDbCursor()
public dbChannel getDbChannel()
public dbDescriptor getDbDescriptor(int col) throws java.sql.SQLException
java.sql.SQLException
Updated June 17 2024