[ Version ( since = "3.48" ) ]
public bool select (string sql_stmt, BookSqliteSelectFunc func, Cancellable? cancellable = null) throws Error
Executes a SELECT statement sql_stmt and calls func for each row of the result.
Use exec for statements which do not return row sets.
| this |
an BookSqlite |
| sql_stmt |
an SQLite SELECT statement to execute |
| func |
an BookSqliteSelectFunc function to call for each row |
| cancellable |
optional Cancellable object, or null |
| user_data |
user data for |
|
Whether succeeded. |