public abstract class BaseDotFormatter extends BaseFormatter<GraphOptions>
colorMap, formattingHelper, identifiers, options, outputOptions, printVerboseDatabaseInfo| Modifier | Constructor and Description |
|---|---|
protected |
BaseDotFormatter(GraphOptions options,
boolean printVerboseDatabaseInfo,
schemacrawler.tools.options.OutputOptions outputOptions,
java.lang.String identifierQuoteString) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
end() |
void |
handle(schemacrawler.schema.CrawlInfo crawlInfo) |
void |
handle(schemacrawler.schema.DatabaseInfo dbInfo) |
void |
handle(schemacrawler.schema.JdbcDriverInfo driverInfo) |
void |
handle(schemacrawler.SchemaCrawlerInfo schemaCrawlerInfo) |
void |
handleHeaderEnd() |
void |
handleHeaderStart() |
void |
handleInfoEnd() |
void |
handleInfoStart() |
protected schemacrawler.tools.text.utility.html.TableCell |
newTableCell(java.lang.String text,
schemacrawler.tools.text.utility.html.Alignment align,
boolean emphasizeText,
sf.util.Color bgColor,
int colspan) |
columnNullable, formatTimestamp, isColumnSignificant, nodeIdprotected BaseDotFormatter(GraphOptions options, boolean printVerboseDatabaseInfo, schemacrawler.tools.options.OutputOptions outputOptions, java.lang.String identifierQuoteString) throws schemacrawler.schemacrawler.SchemaCrawlerException
schemacrawler.schemacrawler.SchemaCrawlerExceptionpublic void begin()
public void end()
throws schemacrawler.schemacrawler.SchemaCrawlerException
end in interface schemacrawler.tools.traversal.TraversalHandlerend in class BaseFormatter<GraphOptions>schemacrawler.schemacrawler.SchemaCrawlerExceptionpublic void handle(schemacrawler.schema.CrawlInfo crawlInfo)
public void handle(schemacrawler.schema.DatabaseInfo dbInfo)
public void handle(schemacrawler.schema.JdbcDriverInfo driverInfo)
public void handle(schemacrawler.SchemaCrawlerInfo schemaCrawlerInfo)
public void handleHeaderEnd()
throws schemacrawler.schemacrawler.SchemaCrawlerException
schemacrawler.schemacrawler.SchemaCrawlerExceptionpublic void handleHeaderStart()
throws schemacrawler.schemacrawler.SchemaCrawlerException
schemacrawler.schemacrawler.SchemaCrawlerExceptionpublic void handleInfoEnd()
throws schemacrawler.schemacrawler.SchemaCrawlerException
schemacrawler.schemacrawler.SchemaCrawlerExceptionpublic void handleInfoStart()
throws schemacrawler.schemacrawler.SchemaCrawlerException
schemacrawler.schemacrawler.SchemaCrawlerExceptionprotected schemacrawler.tools.text.utility.html.TableCell newTableCell(java.lang.String text,
schemacrawler.tools.text.utility.html.Alignment align,
boolean emphasizeText,
sf.util.Color bgColor,
int colspan)
Copyright © 2003–2018 Sualeh Fatehi. All rights reserved.