OracleRdbms constructor

OracleRdbms({
  1. List<OracleSchema>? oracleSchemas,
})

Implementation

OracleRdbms({
  this.oracleSchemas,
});