dm_db_set_update_callback Function

public function dm_db_set_update_callback(db, 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
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.

Return Value integer


Calls

proc~~dm_db_set_update_callback~~CallsGraph proc~dm_db_set_update_callback dm_db_set_update_callback sqlite3_update_hook sqlite3_update_hook proc~dm_db_set_update_callback->sqlite3_update_hook