| 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.
|
| io.asyncer.r2dbc.mysql.message.server |
The messages that are sent from the MySQL server to a MySQL client.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
MySqlTypeMetadata.getDefinition()
Get the
ColumnDefinition that potentially exposes more type differences. |
static ColumnDefinition |
ColumnDefinition.of(int definitions)
Creates a
ColumnDefinition with column definitions bitmap. |
static ColumnDefinition |
ColumnDefinition.of(int definitions,
int collationId)
Creates a
ColumnDefinition with column definitions bitmap. |
| Modifier and Type | Method and Description |
|---|---|
static MySqlType |
MySqlType.of(int id,
ColumnDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
DefinitionMetadataMessage.getDefinition() |
Copyright © 2018–2023 asyncer.io. All rights reserved.