GoldengateDb2ConnectionProperties constructor
GoldengateDb2ConnectionProperties({
- List<
NameValuePair> ? additionalAttributes, - String? database,
- String? host,
- String? password,
- String? passwordSecretVersion,
- int? port,
- String? securityProtocol,
- String? sslClientKeystashFile,
- String? sslClientKeystoredbFile,
- String? sslServerCertificateFile,
- String? technologyType,
- String? username,
Implementation
GoldengateDb2ConnectionProperties({
this.additionalAttributes,
this.database,
this.host,
this.password,
this.passwordSecretVersion,
this.port,
this.securityProtocol,
this.sslClientKeystashFile,
this.sslClientKeystoredbFile,
this.sslServerCertificateFile,
this.technologyType,
this.username,
});