selectExecute


Description:

public void selectExecute (Statement stmt, ArrayList<T> ret)

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.

Parameters:

stmt

The prepared statement to execute

ret

The list to populate with result objects