dm_db_set_log_handler Function

public function dm_db_set_log_handler(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_handler) :: 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_handler~~CallsGraph proc~dm_db_set_log_handler dm_db_set_log_handler sqlite3_config sqlite3_config proc~dm_db_set_log_handler->sqlite3_config