mariadb query
From Onset Developer Wiki
Description
Executes a query in a thread. Execution of order is as called.
Syntax
mariadb_query(handle, query_str [, callback_func, callback_args...])
Parameters
- handle
Connection handle. - query_str
The query to be executed. - callback_func (optional)
The function that will be called when the query was executed. - callback_args (optional)
Multiple arguments to pass to the callback_func.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
__EDIT_ME__