| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftSQLServerCatalogSource |
MicrosoftSQLServerCatalogSource.clone() |
MicrosoftSQLServerCatalogSource |
CodeGenConfigurationNode.getMicrosoftSQLServerCatalogSource()
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
MicrosoftSQLServerCatalogSource |
MicrosoftSQLServerCatalogSource.withDatabase(String database)
The name of the database to read from.
|
MicrosoftSQLServerCatalogSource |
MicrosoftSQLServerCatalogSource.withName(String name)
The name of the data source.
|
MicrosoftSQLServerCatalogSource |
MicrosoftSQLServerCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
Copyright © 2022. All rights reserved.