Closes connection to SQLite database. Optimises the database if
optimize
is .true.
. Returns E_DB
on error.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_type), | intent(inout) | :: | db |
Database type. |
||
logical, | intent(in), | optional | :: | optimize |
Optimise on close. |