Uses of Interface
org.springframework.r2dbc.core.RowsFetchSpec
Packages that use RowsFetchSpec
-
Uses of RowsFetchSpec in org.springframework.r2dbc.core
Subinterfaces of RowsFetchSpec in org.springframework.r2dbc.coreMethods in org.springframework.r2dbc.core that return RowsFetchSpecModifier and TypeMethodDescription<R> RowsFetchSpec<R>DatabaseClient.GenericExecuteSpec.map(BiFunction<Row, RowMetadata, R> mappingFunction) Configure a result mappingfunctionand enter the execution stage.default <R> RowsFetchSpec<R>Configure a result mappingfunctionand enter the execution stage.