Detaches database from the current connection. If no name is passed
for the attached database, the name is assumed to be attached
. The
function trims the given name string. Returns E_DB_DETACH
on error.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_type), | intent(inout) | :: | db |
Database type. |
||
character(len=*), | intent(in), | optional | :: | name |
Name of attached database. |