Interface ImportConfigurationSpec<T extends Table>

All Superinterfaces:
ConfigurationSpec<T>
All Known Implementing Classes:
CSVImportConfigurationSpec, FileImportConfigurationSpec, SpreadsheetImportConfigurationSpec, SQLImportConfigurationSpec, TransferConfigurationSpec, XMLImportConfigurationSpec

public interface ImportConfigurationSpec<T extends Table> extends ConfigurationSpec<T>
Specifies the configuration used for data import.
Since:
2.3.0
  • Method Details

    • isImportForced

      boolean isImportForced()
      Returns true if all triggers and constraints are disabled in the process of importing data.
    • getImportMode

      ImportMode getImportMode()
      Returns the specified import mode.
    • isEmptyOrNullValueIgnored

      boolean isEmptyOrNullValueIgnored()
      Returns true if all empty or null values are ignored in the process of importing data.
    • isEmptyOrNullPrimaryKeyChecked

      boolean isEmptyOrNullPrimaryKeyChecked()
      Returns true if all empty or null primary keys were checked before data import and false if this verification was not performed.