OracleToPostgresConfig constructor
OracleToPostgresConfig({
- OracleSourceConfig? oracleSourceConfig,
- PostgresDestinationConfig? postgresDestinationConfig,
Implementation
OracleToPostgresConfig({
this.oracleSourceConfig,
this.postgresDestinationConfig,
});