public static interface OracleSQLCatalogSource.Builder extends SdkPojo, CopyableBuilder<OracleSQLCatalogSource.Builder,OracleSQLCatalogSource>
| Modifier and Type | Method and Description |
|---|---|
OracleSQLCatalogSource.Builder |
database(String database)
The name of the database to read from.
|
OracleSQLCatalogSource.Builder |
name(String name)
The name of the data source.
|
OracleSQLCatalogSource.Builder |
table(String table)
The name of the table in the database to read from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOracleSQLCatalogSource.Builder name(String name)
The name of the data source.
name - The name of the data source.OracleSQLCatalogSource.Builder database(String database)
The name of the database to read from.
database - The name of the database to read from.OracleSQLCatalogSource.Builder table(String table)
The name of the table in the database to read from.
table - The name of the table in the database to read from.Copyright © 2023. All rights reserved.