public final class SchemaCrawlerExecutable extends Object
| Constructor and Description |
|---|
SchemaCrawlerExecutable(String command) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Catalog |
getCatalog() |
OutputOptions |
getOutputOptions() |
SchemaCrawlerOptions |
getSchemaCrawlerOptions() |
SchemaRetrievalOptions |
getSchemaRetrievalOptions() |
void |
setAdditionalConfiguration(Config additionalConfig) |
void |
setCatalog(Catalog catalog) |
void |
setDataSource(DatabaseConnectionSource dataSource) |
void |
setOutputOptions(OutputOptions outputOptions) |
void |
setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
void |
setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
String |
toString() |
public SchemaCrawlerExecutable(String command)
public void execute()
public Catalog getCatalog()
public OutputOptions getOutputOptions()
public SchemaCrawlerOptions getSchemaCrawlerOptions()
public SchemaRetrievalOptions getSchemaRetrievalOptions()
public void setAdditionalConfiguration(Config additionalConfig)
public void setCatalog(Catalog catalog)
public void setDataSource(DatabaseConnectionSource dataSource)
public void setOutputOptions(OutputOptions outputOptions)
public void setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions)
public void setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.