dbDisconnect {Rdbi} | R Documentation |
dbDisconnect
a generic function that, when called with a valid
connection object, closes the database connection and frees any
resource associated with the connection.
dbDisconnect(conn)
conn |
A database connection object. |
Timothy H. Keitt
dbConnect
, dbReconnect
,
methods, class