Description Usage Details Value See Also Examples
Closes any open persistent database connection.
1 |
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.
returns no value.
importJDBC
, exportJDBC
, executeJDBC
1 2 3 4 5 | ## Not run:
# close an open connection
sjdbcCloseConnection()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.