Modifier and Type | Method and Description |
---|---|
RowMetadata |
Row.getMetadata()
Returns the
RowMetadata for all columns in this row. |
Modifier and Type | Method and Description |
---|---|
<T> Publisher<T> |
Result.map(BiFunction<Row,RowMetadata,? extends T> mappingFunction)
Returns a mapping of the rows that are the results of a query against a database.
|
Copyright © 2022. All rights reserved.