ResultSet¶
A query result containing rows. Returned for SELECT and other row-returning
statements. Provides access to the returned Rows and the command tag
string (e.g., "SELECT").
Constructors¶
create¶
Parameters¶
Returns¶
- ResultSet val^
Public Functions¶
query¶
Returns¶
rows¶
Returns¶
- Rows val
command¶
Returns¶
- String val