Close a Persistent Database Connection

DESCRIPTION:

Closes any open persistent database connection.

USAGE:

  sjdbcCloseConnection()

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 , , and to close connections after execution. It rarely needs to be called directly.

VALUE:

No value is returned.

EXAMPLES:

## Not run: 
  # close an open connection
  sjdbcCloseConnection()
## End(Not run)