| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.codec |
Data codecs for the type that the service provider understands.
|
| io.asyncer.r2dbc.mysql.extension |
Extensions for the MySQL driver.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CodecsBuilder
The builder for
Codecs. |
| Modifier and Type | Method and Description |
|---|---|
CodecRegistry |
CodecRegistry.addFirst(Codec<?> codec)
Register codec before all other codecs.
|
CodecRegistry |
CodecRegistry.addLast(Codec<?> codec)
Register codec after all other codecs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodecRegistrar.register(io.netty.buffer.ByteBufAllocator allocator,
CodecRegistry registry)
Register codec(s) into a
CodecRegistry of the connection. |
Copyright © 2018–2023 asyncer.io. All rights reserved.