| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| io.r2dbc.postgresql.type |
Type information for PostgreSQL servers.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<PostgresqlObjectId> |
CodecMetadata.getDataTypes()
Returns the collection of
PostgresqlObjectId this codec can handle |
| Modifier and Type | Method and Description |
|---|---|
static PostgresqlObjectId |
PostgresqlObjectId.valueOf(int objectId)
Returns the
PostgresqlObjectId matching a given object id. |
static PostgresqlObjectId |
PostgresqlObjectId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresqlObjectId[] |
PostgresqlObjectId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.