Uses of Class
net.sourceforge.schemaspy.model.Table

Packages that use Table
net.sourceforge.schemaspy.model   
net.sourceforge.schemaspy.view   
 

Uses of Table in net.sourceforge.schemaspy.model
 

Subclasses of Table in net.sourceforge.schemaspy.model
 class View
           
 

Methods in net.sourceforge.schemaspy.model that return Table
 Table ForeignKeyConstraint.getChildTable()
           
 Table ForeignKeyConstraint.getParentTable()
           
 Table TableColumn.getTable()
           
 

Uses of Table in net.sourceforge.schemaspy.view
 

Methods in net.sourceforge.schemaspy.view that return Table
 Table DotConnector.getChildTable()
           
 Table DotConnector.getParentTable()
           
 Table DotNode.getTable()
           
 

Methods in net.sourceforge.schemaspy.view with parameters of type Table
protected  String HtmlFormatter.getDescription(Database db, Table table, String text, boolean hoverHelp)
           
 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)
           
 boolean DotConnector.pointsTo(Table possibleParentTable)
          Returns true if this edge logically "points to" the specified table
 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(Table table, boolean twoDegreesOfSeparation, WriteStats stats, LineWriter dot)
          Write implied relationships associated with the given table
protected  void HtmlFormatter.writeHeader(Database db, Table table, String text, boolean showOrphans, LineWriter out)
           
 boolean HtmlTablePage.writeMainTable(Table table, LineWriter out)
           
 void DotFormatter.writeOrphan(Table table, LineWriter dot)
           
 void DotFormatter.writeRealRelationships(Table table, boolean twoDegreesOfSeparation, WriteStats stats, LineWriter dot)
          Write all relationships (including implied) associated with the given table
 void WriteStats.wroteTable(Table table)
           
 

Constructors in net.sourceforge.schemaspy.view with parameters of type Table
DotNode(Table table, boolean showColumns, String path)
          Create a DotNode and specify whether it displays its columns.
DotNode(Table table, String path)
          Create a DotNode that is a focal point of a graph
 



Copyright © 2007-2010. All Rights Reserved.