public interface ExportConfigurationSpec<T extends Table> extends ConfigurationSpec<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isComputedValueIncluded()
Returns
true if the exported file contains computed values. |
boolean |
isWriteAccessLockDisabled()
Returns
true if the write access on the current dataspace is unlocked during export. |
getCurrentDataset, getCurrentTable, getServiceType, getSession, getSourceTableFilters, getSourceTables
boolean isWriteAccessLockDisabled()
true
if the write access on the current dataspace is unlocked during export.
Otherwise, returns false
.boolean isComputedValueIncluded()
true
if the exported file contains computed values.