JDBCConnection-class {RJDBC} | 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"
.
Class "DBIConnection-class"
, directly.
Class "DBIObject-class"
, by class "DBIConnection", distance 2.
No methods defined with class "JDBCConnection" in the signature.
JDBC
, "JDBCDriver"