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.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_type), | intent(inout) | :: | db |
Database type. |