| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.codec |
Data codecs for the type that the service provider understands.
|
| io.asyncer.r2dbc.mysql.message.client |
The messages that are sent from a MySQL client to a MySQL server.
|
| Modifier and Type | Method and Description |
|---|---|
MySqlParameter |
Codec.encode(Object value,
CodecContext context)
Encode a value to a
MySqlParameter. |
MySqlParameter |
Codecs.encode(Object value,
CodecContext context)
Encode a value to a
MySqlParameter. |
MySqlParameter |
Codecs.encodeNull()
Encode a null
MySqlParameter. |
| Constructor and Description |
|---|
PreparedExecuteMessage(int statementId,
boolean immediate,
MySqlParameter[] values) |
PreparedTextQueryMessage(Query query,
MySqlParameter[] values)
Creates a
PreparedTextQueryMessage with parameters. |
Copyright © 2018–2023 asyncer.io. All rights reserved.