|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvortex.sql.vortexRecord
public class 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 |
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 |
|---|
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
java.sql.SQLExceptionpublic 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 | |||||||||