dm_db_log_callback Interface

interface
public subroutine dm_db_log_callback(client_data, err_code, err_msg_ptr) bind(c)

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: client_data

Client data.

integer(kind=c_int), intent(in), value :: err_code

SQLite error code.

type(c_ptr), intent(in), value :: err_msg_ptr

SQLite error message.

Description

C-interoperable callback routine that is invoked for each created SQLite log.