| 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 |
|---|---|
MySqlType |
MySqlParameter.getType()
Get the
MySqlType of this parameter data. |
MySqlType |
MySqlColumnMetadata.getType() |
| Modifier and Type | Method and Description |
|---|---|
static MySqlType |
MySqlType.of(int id,
ColumnDefinition definition) |
static MySqlType |
MySqlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlType[] |
MySqlType.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.