Sets SQLite error log callback. The dummy argument client_data is
passed to the callback routine. The function returns E_DB on error.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| procedure(dm_db_update_callback) | :: | callback |
Callback routine. |
|||
| type(c_ptr), | intent(in), | optional | :: | client_data |
C pointer to client data. |