| 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.collation |
Character collations of MySQL.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollation |
MySqlColumnMetadata.getCharCollation(CodecContext context)
Gets the
CharCollation used for stringification type. |
CharCollation |
ConnectionContext.getClientCollation() |
| Modifier and Type | Method and Description |
|---|---|
CharCollation |
CodecContext.getClientCollation()
Get the
CharCollation that the client is using. |
| Modifier and Type | Method and Description |
|---|---|
static CharCollation |
CharCollation.clientCharCollation()
WARNING: this method is internal method in `r2dbc-mysql`, it is UNSTABLE and may change.
|
static CharCollation |
CharCollation.fromId(int id,
ServerVersion version)
Obtain an instance of
CharCollation from the identifier and server version, if not found, it
will fallback to UTF-8. |
Copyright © 2018–2023 asyncer.io. All rights reserved.