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() |
boolean |
hasConnection() |
void |
setAdditionalConfiguration(Config additionalConfig) |
void |
setCatalog(Catalog catalog) |
void |
setConnection(Connection connection) |
void |
setOutputOptions(OutputOptions outputOptions) |
void |
setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
void |
setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
String |
toString() |
public SchemaCrawlerExecutable(String command)
public Catalog getCatalog()
public OutputOptions getOutputOptions()
public SchemaCrawlerOptions getSchemaCrawlerOptions()
public boolean hasConnection()
public void setAdditionalConfiguration(Config additionalConfig)
public void setCatalog(Catalog catalog)
public void setConnection(Connection connection)
public void setOutputOptions(OutputOptions outputOptions)
public void setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions)
public void setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions)
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.