| Package | Description |
|---|---|
| io.r2dbc.h2 |
An implementation of the Reactive Relational Database Connection API for H2 servers.
|
| Modifier and Type | Method and Description |
|---|---|
static CloseableConnectionFactory |
H2ConnectionFactory.inMemory(String name)
Create a new
In-Memory database connection factory for database at name. |
static CloseableConnectionFactory |
H2ConnectionFactory.inMemory(String name,
String username,
CharSequence password)
Create a new
In-Memory database connection factory for database at name given username and password. |
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.