| JDBCConnection-class {RJDBC} | R 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
NAif 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"
[Package RJDBC version 0.2-10 Index]