OracleAsmConfig constructor

OracleAsmConfig({
  1. String? asmService,
  2. Map<String, String>? connectionAttributes,
  3. String? hostname,
  4. OracleSslConfig? oracleSslConfig,
  5. String? password,
  6. int? port,
  7. String? username,
})

Implementation

OracleAsmConfig({
  this.asmService,
  this.connectionAttributes,
  this.hostname,
  this.oracleSslConfig,
  this.password,
  this.port,
  this.username,
});