sjdbcCloseConnection: Close a Persistent Database Connection

Description Usage Details Value See Also Examples

Description

Closes any open persistent database connection.

Usage

1

Details

Closes a connection that was made persistent previously using the keepAlive argument to one of the database functions.

This function is used primarily by importJDBC, exportJDBC, and executeJDBC to close connections after execution. It rarely needs to be called directly.

Value

returns no value.

See Also

importJDBC, exportJDBC, executeJDBC

Examples

1
2
3
4
5
## Not run: 
  # close an open connection
  sjdbcCloseConnection()

## End(Not run)

sjdbc documentation built on May 1, 2021, 1:08 a.m.