Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
org.h2.result |
Implementation of row and internal result sets.
|
org.h2.value |
Data type and value implementations.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
JdbcPreparedStatement
Represents a prepared statement.
|
JdbcResultSet
Represents a result set.
|
JdbcStatement
Represents a statement.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.