public interface PostgresqlRow
extends io.r2dbc.spi.Row
Row for a PostgreSQL database.| Modifier and Type | Method and Description |
|---|---|
PostgresqlRowMetadata |
getMetadata()
Returns the
RowMetadata for all columns in this row. |
PostgresqlRowMetadata getMetadata()
RowMetadata for all columns in this row.getMetadata in interface io.r2dbc.spi.RowRowMetadata for all columns in this rowCopyright © 2024. All rights reserved.