exec_select


Description:

[ 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.

Parameters:

this

a DB

stmt

a SELECT statement to execute

callback

a callback to call for each row

user_data

user data for the callback

Returns:

whether succeeded