dm_db_update_handler Interface

interface
public subroutine dm_db_update_handler(client_data, type, db_name, table_name, row_id) bind(c)

Arguments

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

Client data.

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

Database operation.

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

Database name.

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

Table name.

integer(kind=c_int64_t), intent(in), value :: row_id

Row id.

Description

C-interoperable callback routine that is invoked on database updates.