Interface IExtractDataReaderSource

All Known Implementing Classes:
SelectFromSource, SelectFromSymDataSource, SelectFromTableSource, TableExtractDataReaderSource

public interface IExtractDataReaderSource
  • Method Details

    • getBatch

      Batch getBatch()
    • getTargetTable

      Table getTargetTable()
      Return the table with the catalog, schema, and table name of the target table for the last CsvData retrieved by next()
    • getSourceTable

      Table getSourceTable()
      Return the table with the catalog, schema, and table name of the source table for the last CsvData retrieved by next()
    • next

      CsvData next()
    • requiresLobsSelectedFromSource

      boolean requiresLobsSelectedFromSource(CsvData data)
    • close

      void close()