H2Driver-class function

Class "H2Driver"

Class "H2Driver"

A DBI driver to access the H2 databases. class

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

JDBCDriver-class