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.tools |
Various tools.
|
org.h2.value |
Data type and value implementations.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
Class and Description |
---|
JdbcCallableStatementBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcConnection
Represents a connection (session) to a database.
|
JdbcConnectionBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcDatabaseMetaDataBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcPreparedStatement
Represents a prepared statement.
|
JdbcResultSet
Represents a result set.
|
JdbcResultSetBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
JdbcStatement
Represents a statement.
|
JdbcStatementBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
Class and Description |
---|
JdbcResultSetBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
Class and Description |
---|
JdbcConnection
Represents a connection (session) to a database.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.