public interface ImportConfigurationSpec<T extends Table> extends ConfigurationSpec<T>
Modifier and Type | Method and Description |
---|---|
ImportMode |
getImportMode()
Returns the specified import mode.
|
boolean |
isEmptyOrNullPrimaryKeyChecked()
Returns
true if all empty or null primary keys were checked before data import and false if this verification was not performed. |
boolean |
isEmptyOrNullValueIgnored()
Returns
true if all empty or null values are ignored in the process of importing data. |
boolean |
isImportForced()
Returns
true if all triggers and constraints are disabled in the process of importing data. |
getCurrentDataset, getCurrentTable, getServiceType, getSession, getSourceTableFilters, getSourceTables
boolean isImportForced()
true
if all triggers and constraints are disabled in the process of importing data.ImportMode getImportMode()
boolean isEmptyOrNullValueIgnored()
true
if all empty or null
values are ignored in the process of importing data.boolean isEmptyOrNullPrimaryKeyChecked()
true
if all empty or null
primary keys were checked before data import and false
if this verification was not performed.