Executes a prepared SELECT statement and populates a result list.
This method steps through all rows returned by the query and creates objects of type T for each row, populating them with the column values.
| stmt |
The prepared statement to execute |
| ret |
The list to populate with result objects |