Uses of Class
com.oracle.bmc.databasemigration.model.DataPumpTableExistsAction
-
Packages that use DataPumpTableExistsAction Package Description com.oracle.bmc.databasemigration.model -
-
Uses of DataPumpTableExistsAction in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return DataPumpTableExistsAction Modifier and Type Method Description static DataPumpTableExistsAction
DataPumpTableExistsAction. create(String key)
DataPumpTableExistsAction
CreateDataPumpParameters. getTableExistsAction()
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.DataPumpTableExistsAction
DataPumpParameters. getTableExistsAction()
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.DataPumpTableExistsAction
UpdateDataPumpParameters. getTableExistsAction()
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.static DataPumpTableExistsAction
DataPumpTableExistsAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataPumpTableExistsAction[]
DataPumpTableExistsAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type DataPumpTableExistsAction Modifier and Type Method Description CreateDataPumpParameters.Builder
CreateDataPumpParameters.Builder. tableExistsAction(DataPumpTableExistsAction tableExistsAction)
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.DataPumpParameters.Builder
DataPumpParameters.Builder. tableExistsAction(DataPumpTableExistsAction tableExistsAction)
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.UpdateDataPumpParameters.Builder
UpdateDataPumpParameters.Builder. tableExistsAction(DataPumpTableExistsAction tableExistsAction)
IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.Constructors in com.oracle.bmc.databasemigration.model with parameters of type DataPumpTableExistsAction Constructor Description CreateDataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
Deprecated.DataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
Deprecated.UpdateDataPumpParameters(Boolean isCluster, DataPumpEstimate estimate, DataPumpTableExistsAction tableExistsAction, List<DataPumpExcludeParameters> excludeParameters, Integer importParallelismDegree, Integer exportParallelismDegree)
Deprecated.
-