Interface CsvQueryComponent

All Known Implementing Classes:
CsvQueryComponentImpl

public interface CsvQueryComponent
The Interface CsvQueryComponent.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends CsvRow>
    void
    executeQuery(QueryCsvData<T> queryCsvData)
    Execute query.
  • Method Details

    • executeQuery

      <T extends CsvRow> void executeQuery(QueryCsvData<T> queryCsvData) throws Exception
      Execute query.
      Type Parameters:
      T - the generic type
      Parameters:
      queryCsvData - the query csv data
      Throws:
      Exception - the exception