Modifier and Type | Interface and Description |
---|---|
interface |
OutParameters
Represents a set of
OUT parameters returned from a stored procedure. |
interface |
Row
Represents a row returned from a database query.
|
Modifier and Type | Method and Description |
---|---|
default <T> Publisher<T> |
Result.map(Function<? super Readable,? extends T> mappingFunction)
Returns a mapping of the rows/out parameters that are the results of a query against a database.
|
Copyright © 2022. All rights reserved.