|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.finwin.util.WDDXRecordset
Represents a record set object in a WDDX Document's data section.
| Method Summary | |
java.lang.String[] |
getColumnNames()
Obtains the list of column names. |
int |
getRowCount()
Obtains the number of rows in the result set. |
java.lang.String |
getValue(int row,
int col)
Obtains the indexed column from the row specified. |
java.lang.String |
getValue(int row,
java.lang.String columnName)
Obtains the named column from the row specified. |
java.lang.String |
toString()
Provides the descriptive string output |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public java.lang.String[] getColumnNames()
public int getRowCount()
public java.lang.String getValue(int row,
int col)
row - the row to fetch fromcol - The column to fetch.
public java.lang.String getValue(int row,
java.lang.String columnName)
row - The row to fetch fromcolumnName - The name of the column to fetch.public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||