|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CrawlHandler
Handler for SchemaCrawler.
| Method Summary | |
|---|---|
void |
begin()
Handles the begin of the crawl. |
void |
end()
Handles the end of the crawl. |
void |
handle(ColumnDataType dataType)
Handles information on column data types. |
void |
handle(ColumnMap[] weakAssociations)
Provides information on the database schema. |
void |
handle(DatabaseInfo databaseInfo)
Handles information on the database. |
void |
handle(JdbcDriverInfo jdbcDriverInfo)
Handles information on the JDBC driver. |
void |
handle(Procedure procedure)
Provides information on the database schema. |
void |
handle(SchemaCrawlerInfo schemaCrawlerInfo)
Handles information on SchemaCrawler. |
void |
handle(Table table)
Provides information on the database schema. |
| Method Detail |
|---|
void begin()
throws SchemaCrawlerException
SchemaCrawlerException - On an exception
void end()
throws SchemaCrawlerException
SchemaCrawlerException - On an exception
void handle(ColumnDataType dataType)
throws SchemaCrawlerException
dataType - Column data type information
SchemaCrawlerException - On an exception
void handle(ColumnMap[] weakAssociations)
throws SchemaCrawlerException
weakAssociations - Table associations information
SchemaCrawlerException - On an exception
void handle(DatabaseInfo databaseInfo)
throws SchemaCrawlerException
database - Database information
SchemaCrawlerException - On an exception
void handle(JdbcDriverInfo jdbcDriverInfo)
throws SchemaCrawlerException
jdbcDriverInfo - JDBC driver information
SchemaCrawlerException - On an exception
void handle(Procedure procedure)
throws SchemaCrawlerException
procedure - Procedure information
SchemaCrawlerException - On an exception
void handle(SchemaCrawlerInfo schemaCrawlerInfo)
throws SchemaCrawlerException
schemaCrawlerInfo - SchemaCrawler information
SchemaCrawlerException - On an exception
void handle(Table table)
throws SchemaCrawlerException
table - Table information
SchemaCrawlerException - On an exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||