| Package | Description |
|---|---|
| io.r2dbc.h2 |
An implementation of the Reactive Relational Database Connection API for H2 servers.
|
| Modifier and Type | Method and Description |
|---|---|
static H2ConnectionOption |
H2ConnectionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H2ConnectionOption[] |
H2ConnectionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
H2ConnectionConfiguration.Builder |
H2ConnectionConfiguration.Builder.property(H2ConnectionOption option,
String value)
Configure a property for H2 using pre-build
H2ConnectionOption. |
| Modifier and Type | Method and Description |
|---|---|
static CloseableConnectionFactory |
H2ConnectionFactory.inMemory(String name,
String username,
CharSequence password,
Map<H2ConnectionOption,String> properties)
Create a new
In-Memory database connection factory for database at name given username and password. |
Copyright © 2022. All rights reserved.