|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vortex.sql.vortexRecord
public class vortexRecord
Object containing the results of a select query.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |