Details
-
Sub-task
-
Status: Accepted
-
Not specified
-
Resolution: Unresolved
-
None
-
None
Description
Currently results which result in a single row are read as a rowset and then accessed via rowset[0].
The code would be simpler if there was a
row.setown(getResultRow(...))
even if that was just a implementation implemented in terms of getResultRowset()