H2Connection-class function

Class "H2Connection"

Class "H2Connection"

Class representing a (DBI) database connection which uses H2 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 in automatically generated SQL statements or NA for no such quoting. Usually the value is inherited from the "H2Driver".

Extends

Class "JDBCConnection-class", directly.

Methods

No methods defined with class "H2Connection" in the signature.

See Also

JDBC, "JDBCDriver"