Class GeneralJdbcImporter

java.lang.Object
com.illumon.iris.importers.GeneralImporter<JdbcFieldWriter>
com.illumon.iris.importers.GeneralJdbcImporter

public class GeneralJdbcImporter extends GeneralImporter<JdbcFieldWriter>
Jdbc SQL importer class, based off GeneralCsvImporter
  • Constructor Details

  • Method Details

    • run

      public long run()
    • run

      public long run(long maxRows)
      Execute the import, limiting the number of rows imported as specified. If a number less than zero is given, no limit is imposed.
      Parameters:
      maxRows - maximum number of rows to import
      Returns:
      the number of rows imported