H2Driver-class {RH2} | R Documentation |
Class "H2Driver"
Description
A DBI driver to access the H2 databases.
Generators
Objects can be created by calls to H2
or dbDriver
.
Slots
identifier.quote
:Quote character to use for identifiers in automatically generated SQL statements or
NA
if quoted identifiers are not desired.jdrv
:Java object reference to an instance of the driver if the driver can be instantiated by a default constructor. This object is only used as a fall-back when the driver manager fails to find a driver.
Extends
Class "JDBCDriver-class"
, directly.
Methods
No methods defined with class "H2Driver" in the signature.
See Also
[Package RH2 version 0.2.4 Index]