JDBCConnection-class.Rd
Class representing a (DBI) database connection which uses JDBC to connect to a database.
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"