Interface FetchSpec<T>

Type Parameters:
T - the row result type
All Superinterfaces:
RowsFetchSpec<T>, UpdatedRowsFetchSpec

public interface FetchSpec<T> extends RowsFetchSpec<T>, UpdatedRowsFetchSpec
Union type for fetching results.
Since:
5.3
Author:
Mark Paluch
See Also: