OracleProfile constructor

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

Implementation

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