dm_db_set_log_callback Function

public function dm_db_set_log_callback(callback, client_data) result(rc)

Sets SQLite error log callback. The dummy argument client_data is passed to the callback routine. The function returns E_DB on error.

Arguments

Type IntentOptional Attributes Name
procedure(dm_db_log_callback) :: callback

Callback routine.

type(c_ptr), intent(in), optional :: client_data

C pointer to client data.

Return Value integer


Calls

proc~~dm_db_set_log_callback~~CallsGraph proc~dm_db_set_log_callback dm_db_set_log_callback sqlite3_config sqlite3_config proc~dm_db_set_log_callback->sqlite3_config