Generic implementing of how to disconnect from the relevant connections. Mostly relevant for DBI connectors.
connector_dbi: Uses
DBI::dbDisconnect()
to create a table reference to close a DBI connection.
Arguments
- connector_object
connector The connector object to use.
- ...
Additional arguments passed to the method for the individual connector.
Value
invisible connector_object.