dbDisconnect-OdbcConnection-method: Close database connection

dbDisconnect,OdbcConnection-methodR Documentation

Close database connection

Description

This method is an adaptation to the INBO databases from the eponymous function in the odbc package and is an implementation of the method dbDisconnect defined in the DBI package.

Usage

## S4 method for signature 'OdbcConnection'
dbDisconnect(conn, ...)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

...

Other parameters passed on to methods.


inbo/inbodb documentation built on Feb. 21, 2025, 9:04 a.m.