Interface RowConsumer

All Known Subinterfaces:
RowConsumerResult<T>
All Known Implementing Classes:
RowConsumerTableCreator

public interface RowConsumer
Consumes parsed rows during a read operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Row row)
     
  • Method Details

    • accept

      void accept(Row row)