dbDisconnect.PgSQL.conn {RdbiPgSQL}R Documentation

Drop a connection

Description

dbDisconnect disconnects from the backend and frees all resources associated with the connection.

Usage

## S3 method for class 'PgSQL.conn':
dbDisconnect(conn)

Arguments

conn A connection object

Details

Some attempt is made to disconnect connection object when exiting R. Your mileage may vary.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

dbConnect


[Package RdbiPgSQL version 1.12.0 Index]