Package org.springframework.r2dbc.core
Interface FetchSpec<T>
- Type Parameters:
 T- the row result type
- All Superinterfaces:
 RowsFetchSpec<T>,UpdatedRowsFetchSpec
Union type for fetching results.
- Since:
 - 5.3
 - Author:
 - Mark Paluch
 - See Also:
 
- 
Method Summary
Methods inherited from interface org.springframework.r2dbc.core.RowsFetchSpec
all, first, oneMethods inherited from interface org.springframework.r2dbc.core.UpdatedRowsFetchSpec
rowsUpdated