Class DatabaseServiceRepository.DatabaseServiceCsv

java.lang.Object
org.openmetadata.csv.EntityCsv<Database>
org.openmetadata.service.jdbi3.DatabaseServiceRepository.DatabaseServiceCsv
Enclosing class:
DatabaseServiceRepository

public static class DatabaseServiceRepository.DatabaseServiceCsv extends EntityCsv<Database>
  • Field Details

  • Method Details

    • createEntity

      protected void createEntity(org.apache.commons.csv.CSVPrinter printer, List<org.apache.commons.csv.CSVRecord> csvRecords) throws IOException
      Description copied from class: EntityCsv
      Implement this method to a CSV record and turn it into an entity
      Specified by:
      createEntity in class EntityCsv<Database>
      Throws:
      IOException
    • addRecord

      protected void addRecord(CsvFile csvFile, Database entity)
      Description copied from class: EntityCsv
      Implement this method to export an entity into a list of fields to create a CSV record
      Specified by:
      addRecord in class EntityCsv<Database>