| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.tools.catalogloader | |
| schemacrawler.tools.databaseconnector | |
| schemacrawler.tools.executable | |
| schemacrawler.tools.utility |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SchemaCrawler.crawl()
Crawls the database, to obtain database metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCrawlerCatalogLoader.loadCatalog() |
void |
ChainedCatalogLoader.loadCatalog() |
void |
CatalogLoader.loadCatalog() |
ChainedCatalogLoader |
CatalogLoaderRegistry.loadCatalogLoaders() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseConnectionSource |
DatabaseConnector.newDatabaseConnectionSource(DatabaseConnectionOptions connectionOptions)
Creates a datasource for connecting to a database.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerCommand<?> |
CommandRegistry.configureNewCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
SchemaCrawlerCommand |
CommandProvider.newSchemaCrawlerCommand(String command,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
SchemaCrawlerUtility.getCatalog(Connection connection,
SchemaCrawlerOptions schemaCrawlerOptions)
Crawls a database, and returns a catalog.
|
static Catalog |
SchemaCrawlerUtility.getCatalog(Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig) |
static ResultsColumns |
SchemaCrawlerUtility.getResultsColumns(ResultSet resultSet)
Obtains result-set metadata from a live result-set.
|
static SchemaRetrievalOptions |
SchemaCrawlerUtility.matchSchemaRetrievalOptions(Connection connection)
Returns database specific options using an existing SchemaCrawler database plugin.
|
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.