| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| io.r2dbc.postgresql.extension |
Extension points for the Postgres driver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCodecs
The default
Codec implementation. |
| Modifier and Type | Method and Description |
|---|---|
Publisher<Void> |
BuiltinDynamicCodecs.register(PostgresqlConnection connection,
io.netty.buffer.ByteBufAllocator byteBufAllocator,
CodecRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
Publisher<Void> |
CodecRegistrar.register(PostgresqlConnection connection,
io.netty.buffer.ByteBufAllocator allocator,
CodecRegistry registry)
Register
Codec into CodecRegistry. |
Copyright © 2024. All rights reserved.