OracleSourceConfig constructor
OracleSourceConfig({
- OracleRdbms? allowlist,
- DropLargeObjects? dropLargeObjects,
- OracleRdbms? rejectlist,
Implementation
OracleSourceConfig({
this.allowlist,
this.dropLargeObjects,
this.rejectlist,
});