| JDBCConnection-class | R Documentation |
Class representing a (DBI) database connection which uses JDBC to connect to a database.
Objects can be created by call to dbConnect of a
JDBC driver.
jc:Java object representing the connection.
identifier.quote:Quote character to use for
quoting identifiers it automatically generated SQL
statements or NA if the back-end doesn't support
quoted identifiers. Usually the value is inherited from the
"JDBCDriver".
options:list of options saved with this
connection - see dbOption and
dbOptions= parameter to dbConnect.
auto.commit:logical, the auto-commit mode to
maintain in the connection while not in transaction
mode. It corresponds to the auto-commit status as the end
of dbConnect().
Class "DBIConnection-class", directly.
Class "DBIObject-class", by class "DBIConnection", distance 2.
No methods defined with class "JDBCConnection" in the signature.
JDBC, "JDBCDriver"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.