JDBCCloneFunctor
Description
The JDBCCloneFunctor is responsible for the execution of the database clone task in MSSQL database systems since those need a JDBC connection for the clone task to work, in contrast with the other database systems that use an SSH connection.
| This program should not be used in a hook as it would be too difficult to submit all necessary information to run it correctly. |
Input parameters
| Parameter | Description |
|---|---|
url |
Database URL |
user |
Database user |
password |
Database password |
useEncryptedPassword |
Use the encrypted database password |
databaseType |
Database type (Only MSSQL is supported) |
cloneStage |
What clone stage should be executed. The options available are |