| Package | Description |
|---|---|
| io.r2dbc.postgresql |
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiHostConnectionStrategy.HostStatus |
MultiHostConnectionStrategy.HostStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiHostConnectionStrategy.HostStatus[] |
MultiHostConnectionStrategy.HostStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiHostConnectionStrategy.HostSelector.test(SocketAddress address,
MultiHostConnectionStrategy.HostStatus hostStatus)
Perform a check and return
true whether the given host qualifies as target server. |
Copyright © 2023. All rights reserved.