JDBCConnection-class function

Class "JDBCConnection"

Class "JDBCConnection"

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

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".

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"