ReplacePackage
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Determines whether the current bind process will replace the existing Db2 packages used by the driver.
For Db2 for Linux/UNIX/Windows, this property must be used in conjunction with the CreateDefaultPackage property.
Valid Values
true | false
Behavior
If set to true, the current bind process
will replace the existing Db2 packages that are used by the driver.
If set to false, the current bind process
will not replace the existing Db2 packages.
Data Source Methods
public Boolean getReplacePackage()
public void setReplacePackage(Boolean)
Default
false
Data Type
Boolean