|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--vortex.sql.vortexRecord
Object containing the results of a select query.
| Constructor Summary | |
vortexRecord(dbChannel db,
dbCursor cur,
int maxFieldSize)
Constructor - Accepts Db Channel and Db Cursor as arguments |
|
| 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 |
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 |
int |
numCols()
Return number of fields in table |
boolean |
recordEOF()
End of the record |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public vortexRecord(dbChannel db,
dbCursor cur,
int maxFieldSize)
db - instance of dbChannel representing the db connection.cur - instance of dbCursor respresenting the cursor info.| Method Detail |
public boolean recordEOF()
public java.lang.Object[] getCurrentRow()
public java.lang.Object[] getRecord()
throws 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||