public final class ModelTransfer extends Object
| Constructor and Description |
|---|
ModelTransfer() |
| Modifier and Type | Method and Description |
|---|---|
void |
transfer(String source,
String target,
boolean batchInsert)
This method performs the Model Transfer operation from a source model to a given destination.
|
public final void transfer(String source, String target, boolean batchInsert) throws EAModelTransferException
source - The source file or DSN.target - The target file or DSN.batchInsert - Performs the insertions in batch mode, which enhances the overall performance of the operation.EAModelTransferException - Global exception that contains the information on what has happened.Copyright © 2019. All rights reserved.