| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| io.asyncer.r2dbc.mysql.constant |
Constants of the MySQL Client/Server Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
static io.r2dbc.spi.Option<SslMode> |
MySqlConnectionFactoryProvider.SSL_MODE
Option to
SslMode. |
| Modifier and Type | Method and Description |
|---|---|
SslMode |
MySqlSslConfiguration.getSslMode() |
| Modifier and Type | Method and Description |
|---|---|
MySqlConnectionConfiguration.Builder |
MySqlConnectionConfiguration.Builder.sslMode(SslMode sslMode)
Configure ssl mode.
|
| Modifier and Type | Method and Description |
|---|---|
static SslMode |
SslMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslMode[] |
SslMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2023 asyncer.io. All rights reserved.