JDBCConnection-class: Class "JDBCConnection"

JDBCConnection-classR Documentation

Class "JDBCConnection"

Description

Class representing a (DBI) database connection which uses JDBC to connect to a database.

Generators

Objects can be created by call to dbConnect of a JDBC driver.

Slots

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().

Extends

Class "DBIConnection-class", directly. Class "DBIObject-class", by class "DBIConnection", distance 2.

Methods

No methods defined with class "JDBCConnection" in the signature.

See Also

JDBC, "JDBCDriver"


s-u/RJDBC documentation built on Aug. 24, 2023, 2:30 a.m.