| Methods in net.sourceforge.schemaspy.view with parameters of type WriteStats |
Set |
DotConnectorFinder.getRelatedConnectors(Table table1,
Table table2,
WriteStats stats)
Get all the relationships that exist between these two tables. |
Set |
DotConnectorFinder.getRelatedConnectors(Table table,
WriteStats stats)
|
WriteStats |
HtmlTablePage.write(Database db,
Table table,
boolean hasOrphans,
File outputDir,
WriteStats stats,
LineWriter out)
|
boolean |
HtmlTableGrapher.write(Table table,
File graphDir,
WriteStats stats,
LineWriter html)
|
void |
DotFormatter.writeAllRelationships(Collection tables,
boolean compact,
boolean details,
WriteStats stats,
LineWriter dot)
|
void |
DotFormatter.writeAllRelationships(Table table,
boolean twoDegreesOfSeparation,
WriteStats stats,
LineWriter dot)
Write implied relationships associated with the given table |
void |
DotFormatter.writeRealRelationships(Collection tables,
boolean compact,
boolean details,
WriteStats stats,
LineWriter dot)
|
void |
DotFormatter.writeRealRelationships(Table table,
boolean twoDegreesOfSeparation,
WriteStats stats,
LineWriter dot)
Write all relationships (including implied) associated with the given table |