| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| io.asyncer.r2dbc.mysql.codec |
Data codecs for the type that the service provider understands.
|
| io.asyncer.r2dbc.mysql.constant |
Constants of the MySQL Client/Server Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
static io.r2dbc.spi.Option<ZeroDateOption> |
MySqlConnectionFactoryProvider.ZERO_DATE
Option to configure handling when MySQL server returning "zero date" (aka.
|
| Modifier and Type | Method and Description |
|---|---|
ZeroDateOption |
ConnectionContext.getZeroDateOption() |
| Modifier and Type | Method and Description |
|---|---|
MySqlConnectionConfiguration.Builder |
MySqlConnectionConfiguration.Builder.zeroDateOption(ZeroDateOption zeroDate)
Configure the
ZeroDateOption. |
| Modifier and Type | Method and Description |
|---|---|
ZeroDateOption |
CodecContext.getZeroDateOption()
Get the option for zero date handling which is set by connection configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static ZeroDateOption |
ZeroDateOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZeroDateOption[] |
ZeroDateOption.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.