| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schemacrawler | |
| schemacrawler.utility | |
| sf.util |
| Modifier and Type | Method and Description |
|---|---|
ResultsColumns |
ResultsCrawler.crawl()
Crawls the database, to obtain database metadata.
|
Catalog |
SchemaCrawler.crawl(SchemaCrawlerOptions options)
Crawls the database, to obtain database metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaCrawlerCommandLineException
Exception for the SchemaCrawler.
|
| Constructor and Description |
|---|
DatabaseConfigConnectionOptions(UserCredentials userCredentials,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
static long |
QueryUtility.executeForLong(Query query,
java.sql.Connection connection,
Table table,
Identifiers identifiers) |
static java.lang.Object |
QueryUtility.executeForScalar(Query query,
java.sql.Connection connection) |
static java.lang.Object |
QueryUtility.executeForScalar(Query query,
java.sql.Connection connection,
Table table,
Identifiers identifiers) |
| Modifier and Type | Method and Description |
|---|---|
static long |
DatabaseUtility.executeSqlForLong(java.sql.Connection connection,
java.lang.String sql) |
static java.lang.Object |
DatabaseUtility.executeSqlForScalar(java.sql.Connection connection,
java.lang.String sql) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.