| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresTypes.PostgresType |
PostgresTypes.PostgresType.asArrayType()
Return the type as array type.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<PostgresTypes.PostgresType> |
PostgresTypes.lookupType(String typeName)
Lookup Postgres types by
typname. |
Flux<PostgresTypes.PostgresType> |
PostgresTypes.lookupTypes(Iterable<String> typeNames) |
Copyright © 2023. All rights reserved.