|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordSet
A table of data. Rows, represented by Record
objects, can be
accessed by a zero-based index.
Method Summary | |
---|---|
java.util.List |
getColumnNames()
Gets an immutable list of column names. |
int |
getCount()
Gets the number of records in the record set. |
Record |
getRecord(int row)
Gets a record by row number. |
java.lang.String |
toXMLString()
Gets an XML string representation of the recordset. |
Method Detail |
---|
int getCount()
Record getRecord(int row) throws java.lang.IllegalArgumentException
row
- the zero-based row number
java.lang.IllegalArgumentException
- if the row index is invalidjava.util.List getColumnNames()
java.lang.String toXMLString() throws ApptrieveException
ApptrieveException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |