execute_select_command
Description:
Execute a SQL SELECT command over an opened connection.
Parameters:
this |
an opened connection |
sql |
a query statement that must begin with "SELECT" |
Returns:
a new DataModel if successful, null otherwise |