Interface ImportConfigurationSpec<T extends Table>

    • Method Detail

      • 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.