dm_db_get_synchronous Function

public function dm_db_get_synchronous(db, mode) result(rc)

Returns synchronous mode enumerator of database in mode.

The function returns the following error codes:

  • E_DB_PREPARE if statement preparation failed.
  • E_DB_STEP if step execution failed.
  • E_DB_TYPE if query result is of unexpected type.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer, intent(out) :: mode

Database synchronous mode.

Return Value integer


Calls

proc~~dm_db_get_synchronous~~CallsGraph proc~dm_db_get_synchronous dm_db_get_synchronous interface~dm_db_pragma_get dm_db_pragma_get proc~dm_db_get_synchronous->interface~dm_db_pragma_get