public static interface MySqlResult.OutSegment extends MySqlResult.Segment, io.r2dbc.spi.Result.OutSegment
readable data.| Modifier and Type | Method and Description |
|---|---|
MySqlOutParameters |
outParameters()
Gets all
OUT parameters. |
MySqlRow |
row()
Retrieve all
OUT parameters as a MySqlRow. |
MySqlRow row()
OUT parameters as a MySqlRow.
In MySQL, OUT parameters are returned as a row. These rows will be preceded by a flag
indicating that the following rows are OUT parameters. So, an MySqlResult.OutSegment must
can be retrieved as a MySqlRow, but not vice versa.
MySqlRow of all OUT parametersMySqlOutParameters outParameters()
OUT parameters.outParameters in interface io.r2dbc.spi.Result.OutSegmentOutParameters of dataCopyright © 2018–2024 asyncer.io. All rights reserved.