Interface SQLResultOneAdapter.SQLResultIdentityOneAdapter<ROW>

All Superinterfaces:
SQLResultAdapter<ROW,ROW>, SQLResultOneAdapter<ROW,ROW>
All Known Implementing Classes:
SelectOne
Enclosing interface:
SQLResultOneAdapter<ROW,RESULT>

public static interface SQLResultOneAdapter.SQLResultIdentityOneAdapter<ROW> extends SQLResultOneAdapter<ROW,ROW>
  • Method Details

    • collect

      default ROW collect(@NotNull @NotNull List<ROW> rows)
      Description copied from interface: SQLResultAdapter
      Collect list of row to an expectation result
      Specified by:
      collect in interface SQLResultAdapter<ROW,ROW>
      Parameters:
      rows - row list
      Returns:
      an expectation result