dm_db_busy_handler Interface

interface
public function dm_db_busy_handler(client_data, n) bind(c)

Arguments

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

Client data.

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

Number of times the busy handler has been invoked previously.

Return Value integer(kind=c_int)

Returns value.

Description

C-interoperable callback function that is invoked on error SQL_BUSY. May return 0 to signal that no more invocations are desired.