public interface SchemaTraversalHandler extends TraversalHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(ColumnDataType columnDataType) |
void |
handle(Routine routine)
Provides information on the database schema.
|
void |
handle(Sequence sequence)
Provides information on the database schema.
|
void |
handle(Synonym synonym)
Provides information on the database schema.
|
void |
handle(Table table)
Provides information on the database schema.
|
void |
handleColumnDataTypesEnd() |
void |
handleColumnDataTypesStart() |
void |
handleRoutinesEnd() |
void |
handleRoutinesStart() |
void |
handleSequencesEnd() |
void |
handleSequencesStart() |
void |
handleSynonymsEnd() |
void |
handleSynonymsStart() |
void |
handleTablesEnd() |
void |
handleTablesStart() |
begin, end, handle, handle, handle, handle, handleHeaderEnd, handleHeaderStart, handleInfoEnd, handleInfoStart
void handle(ColumnDataType columnDataType) throws SchemaCrawlerException
SchemaCrawlerException
void handle(Routine routine) throws SchemaCrawlerException
routine
- Routine metadata.SchemaCrawlerException
void handle(Sequence sequence) throws SchemaCrawlerException
sequence
- Sequence metadata.SchemaCrawlerException
void handle(Synonym synonym) throws SchemaCrawlerException
synonym
- Synonym metadata.SchemaCrawlerException
void handle(Table table) throws SchemaCrawlerException
table
- Table metadata.SchemaCrawlerException
void handleColumnDataTypesEnd() throws SchemaCrawlerException
SchemaCrawlerException
void handleColumnDataTypesStart() throws SchemaCrawlerException
SchemaCrawlerException
void handleRoutinesEnd() throws SchemaCrawlerException
SchemaCrawlerException
void handleRoutinesStart() throws SchemaCrawlerException
SchemaCrawlerException
void handleSequencesEnd() throws SchemaCrawlerException
SchemaCrawlerException
void handleSequencesStart() throws SchemaCrawlerException
SchemaCrawlerException
void handleSynonymsEnd() throws SchemaCrawlerException
SchemaCrawlerException
void handleSynonymsStart() throws SchemaCrawlerException
SchemaCrawlerException
void handleTablesEnd() throws SchemaCrawlerException
SchemaCrawlerException
void handleTablesStart() throws SchemaCrawlerException
SchemaCrawlerException
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.