The ResultSet class defines the set of rows and columns resulting from a database selection operation using Db.select. The methods in this class are used to retrieve data from a ResultSet object. The following syntax declares type ResultSet object:
type ResultSet rs = Db.select(...)
Ancestor |
|
Descendants |
None |
Methods |
Description |
Returns column value from results row in the ResultSet object. | |
Returns the protection value for the specified column of the current row in the result set. | |
Returns the current result Row from a ResultSet object. | |
Returns the protection value for the specified current row in the result set. | |
Indicates whether or not the result set contains data. | |
Positions the cursor at the next row of the result set. |