| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| io.asyncer.r2dbc.mysql.cache |
Cache supports for query parse and statement preparation.
|
| 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 |
|---|---|
static Query |
Query.parse(String sql)
Parses an origin statement as a
Query. |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryCache.get(String key)
|
| Constructor and Description |
|---|
PreparedTextQueryMessage(Query query,
MySqlParameter[] values)
Creates a
PreparedTextQueryMessage with parameters. |
Copyright © 2018–2023 asyncer.io. All rights reserved.