| Package | Description |
|---|---|
| io.r2dbc.h2 |
An implementation of the Reactive Relational Database Connection API for H2 servers.
|
| Class and Description |
|---|
| CloseableConnectionFactory |
| 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. |
| H2ConnectionMetadata
Connection metadata for a connection connected to a H2 database.
|
| H2ConnectionOption
Collection of H2 configuration options.
|
| 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. |
Copyright © 2022. All rights reserved.