OracleSourceConfig constructor

OracleSourceConfig({
  1. OracleRdbms? allowlist,
  2. DropLargeObjects? dropLargeObjects,
  3. OracleRdbms? rejectlist,
})

Implementation

OracleSourceConfig({
  this.allowlist,
  this.dropLargeObjects,
  this.rejectlist,
});