| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
OracleSQLCatalogSource |
OracleSQLCatalogSource.clone() |
OracleSQLCatalogSource |
CodeGenConfigurationNode.getOracleSQLCatalogSource()
Specifies an Oracle data source in the Glue Data Catalog.
|
OracleSQLCatalogSource |
OracleSQLCatalogSource.withDatabase(String database)
The name of the database to read from.
|
OracleSQLCatalogSource |
OracleSQLCatalogSource.withName(String name)
The name of the data source.
|
OracleSQLCatalogSource |
OracleSQLCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setOracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withOracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
|
Copyright © 2025. All rights reserved.