[ Version ( since = "3.58" ) ]
public bool exec_select (string stmt, DBSelectCB callback) throws Error
Executes a SELECT statement and calls the callback for each selected row.
| this |
a DB |
| stmt |
a SELECT statement to execute |
| callback |
a callback to call for each row |
| user_data |
user data for the |
|
whether succeeded |