| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
static PostgresqlObjectId |
PostgresqlObjectId.from(PostgresTypeIdentifier dataType) |
static PostgresqlObjectId |
PostgresqlObjectId.valueOf(int objectId)
Returns the
PostgresqlObjectId matching a given object id. |
static PostgresqlObjectId |
PostgresqlObjectId.valueOf(R2dbcType type)
Returns the
PostgresqlObjectId matching a given R2DBC type. |
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 © 2023. All rights reserved.