OracleProfile constructor

OracleProfile({
  1. Map<String, String>? connectionAttributes,
  2. String? databaseService,
  3. String? hostname,
  4. OracleAsmConfig? oracleAsmConfig,
  5. OracleSslConfig? oracleSslConfig,
  6. String? password,
  7. int? port,
  8. String? secretManagerStoredPassword,
  9. String? username,
})

Implementation

OracleProfile({
  this.connectionAttributes,
  this.databaseService,
  this.hostname,
  this.oracleAsmConfig,
  this.oracleSslConfig,
  this.password,
  this.port,
  this.secretManagerStoredPassword,
  this.username,
});