| 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 | Method and Description |
|---|---|
MySqlConnectionConfiguration.Builder |
MySqlConnectionConfiguration.Builder.compressionAlgorithms(CompressionAlgorithm... compressionAlgorithms)
Configures the compression algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static CompressionAlgorithm |
CompressionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionAlgorithm[] |
CompressionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2024 asyncer.io. All rights reserved.