Interface TabularRowsSupplier<P>

All Known Implementing Classes:
JooqRowsSupplier

public interface TabularRowsSupplier<P>
  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs a TabularRowsResponse based on the provided context.
  • Method Details

    • response

      TabularRowsResponse<P> response()
      Constructs a TabularRowsResponse based on the provided context.
      Returns:
      a TabularRowsResponse containing the result data.