ResultSet Class

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

Reference

Descendants

None

Methods

Description

getCol

Returns column value from results row in the ResultSet object.

getColProt

Returns the protection value for the specified column of the current row in the result set.

getRow

Returns the current result Row from a ResultSet object.

getRowProt

Returns the protection value for the specified current row in the result set.

isEmpty

Indicates whether or not the result set contains data.

next

Positions the cursor at the next row of the result set.