Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and 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 |
UpdateDataPumpParameters.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateDataPumpParameters.Builder |
CreateDataPumpParameters.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.
|
DataPumpParameters.Builder |
DataPumpParameters.Builder.tableExistsAction(DataPumpTableExistsAction tableExistsAction)
IMPORT: Specifies the action to be performed when data is loaded into a preexisting
table.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.