| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresqlObjectId
Object IDs for well know PostgreSQL data types.
|
static class |
PostgresTypes.PostgresType |
| Modifier and Type | Method and Description |
|---|---|
PostgresTypeIdentifier |
StringCodec.getArrayDataType() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PostgresTypeIdentifier> |
StringCodec.getDataTypes() |
Iterable<PostgresTypeIdentifier> |
CodecMetadata.getDataTypes()
Returns the collection of
PostgresTypeIdentifier this codec can handle |
Iterable<PostgresTypeIdentifier> |
EnumCodec.getDataTypes() |
| Modifier and Type | Method and Description |
|---|---|
static PostgresqlObjectId |
PostgresqlObjectId.from(PostgresTypeIdentifier dataType) |
| Constructor and Description |
|---|
StringCodec(io.netty.buffer.ByteBufAllocator byteBufAllocator,
PostgresTypeIdentifier defaultType,
PostgresTypeIdentifier arrayType) |
Copyright © 2023. All rights reserved.