public interface RecordSet
Record
objects, can be
accessed by a zero-based index.Modifier and Type | Method and Description |
---|---|
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.
|
int getCount()
Record getRecord(int row) throws java.lang.IllegalArgumentException
row
- the zero-based row numberjava.lang.IllegalArgumentException
- if the row index is invalidjava.util.List getColumnNames()
java.lang.String toXMLString() throws ApptrieveException
ApptrieveException