dm_db_is_read_only Function

public function dm_db_is_read_only(db) result(read_only)

Returns .true. if database is in read-only mode. This function checks only the opaque database type for the read-only flag. It is still possible to enable ready-only access by calling dm_db_set_query_only(). The function dm_db_get_query_only() returns the status of the query_only pragma.

Arguments

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

Database type.

Return Value logical


Called by

proc~~dm_db_is_read_only~~CalledByGraph proc~dm_db_is_read_only dm_db_is_read_only proc~dm_db_table_create_beats dm_db_table_create_beats proc~dm_db_table_create_beats->proc~dm_db_is_read_only proc~dm_db_table_create_logs dm_db_table_create_logs proc~dm_db_table_create_logs->proc~dm_db_is_read_only proc~dm_db_table_create_observs dm_db_table_create_observs proc~dm_db_table_create_observs->proc~dm_db_is_read_only