public final class SchemaCrawler extends Object
| Constructor and Description |
|---|
SchemaCrawler(Connection connection)
Constructs a SchemaCrawler object, from a connection.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
crawl(SchemaCrawlerOptions options)
Crawls the database, to obtain database metadata.
|
static ResultsColumns |
getResultColumns(ResultSet resultSet)
Gets the result set columns metadata.
|
public SchemaCrawler(Connection connection) throws SchemaCrawlerException
connection - An database connection.SchemaCrawlerException - On a crawler exceptionpublic static ResultsColumns getResultColumns(ResultSet resultSet)
resultSet - Result setpublic Database crawl(SchemaCrawlerOptions options) throws SchemaCrawlerException
options - SchemaCrawler options that control what metadata is returnedSchemaCrawlerException - On an exceptionCopyright © 2003-2013 Sualeh Fatehi. All Rights Reserved.