See: Description
| Interface | Description |
|---|---|
| CloseableConnectionFactory |
| Class | Description |
|---|---|
| H2Batch |
An implementation of
Batch for executing a collection of statements in a batch against an H2 database. |
| H2ColumnMetadata |
An implementation of
ColumnMetadata for an H2 database. |
| H2Connection |
An implementation of
Connection for connecting to an H2 database. |
| H2ConnectionConfiguration |
Connection configuration information for connecting to an H2 database.
|
| H2ConnectionConfiguration.Builder |
A builder for
H2ConnectionConfiguration instances. |
| H2ConnectionFactory |
An implementation of
ConnectionFactory for creating connections to an H2 database. |
| H2ConnectionFactoryMetadata |
An implementation of
ConnectionFactoryMetadata for an H2 database. |
| H2ConnectionFactoryProvider |
An implementation of
ConnectionFactoryProvider for creating H2ConnectionFactorys. |
| H2ConnectionMetadata |
Connection metadata for a connection connected to a H2 database.
|
| H2DatabaseExceptionFactory |
Factory to translate JDBC exceptions to R2DBC exceptions.
|
| H2Result |
An implementation of
Result representing the results of a query against an H2 database. |
| H2Row |
An implementation of
Row for an H2 database. |
| H2RowMetadata |
An implementation of
RowMetadata for an H2 database. |
| H2Statement |
An implementation of
Statement for an H2 database. |
| H2Type |
An implementation of
Type for an H2 database. |
| Enum | Description |
|---|---|
| H2ConnectionOption |
Collection of H2 configuration options.
|
Copyright © 2022. All rights reserved.