H2Connection-class {RH2} | R Documentation |
Class representing a (DBI) database connection which uses H2 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 in automatically generated SQL
statements or NA
for no such quoting.
Usually the value is inherited from the
"H2Driver"
.
Class "JDBCConnection-class"
, directly.
No methods defined with class "H2Connection" in the signature.
JDBC
, "JDBCDriver"