| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
OracleSQLCatalogTarget |
OracleSQLCatalogTarget.clone() |
OracleSQLCatalogTarget |
CodeGenConfigurationNode.getOracleSQLCatalogTarget()
Specifies a target that uses Oracle SQL.
|
OracleSQLCatalogTarget |
OracleSQLCatalogTarget.withDatabase(String database)
The name of the database to write to.
|
OracleSQLCatalogTarget |
OracleSQLCatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
OracleSQLCatalogTarget |
OracleSQLCatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
OracleSQLCatalogTarget |
OracleSQLCatalogTarget.withName(String name)
The name of the data target.
|
OracleSQLCatalogTarget |
OracleSQLCatalogTarget.withTable(String table)
The name of the table in the database to write to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setOracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withOracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
|
Copyright © 2024. All rights reserved.