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

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

Uses of TableColumn in net.sourceforge.schemaspy.model
 

Methods in net.sourceforge.schemaspy.model that return TableColumn
 TableColumn Table.getColumn(String columnName)
           
 

Methods in net.sourceforge.schemaspy.model with parameters of type TableColumn
 void TableColumn.addChild(TableColumn child, ForeignKeyConstraint constraint)
           
 void TableColumn.addParent(TableColumn parent, ForeignKeyConstraint constraint)
           
 ForeignKeyConstraint TableColumn.getChildConstraint(TableColumn child)
          returns the constraint that connects the specified column to this column (specified 'child' to this 'parent' column)
 ForeignKeyConstraint TableColumn.getParentConstraint(TableColumn parent)
          returns the constraint that connects this column to the specified column (this 'child' column to specified 'parent' column)
 boolean TableIndex.isAscending(TableColumn column)
           
 void TableColumn.removeChild(TableColumn child)
           
 void TableColumn.removeParent(TableColumn parent)
           
 

Constructors in net.sourceforge.schemaspy.model with parameters of type TableColumn
ImpliedForeignKeyConstraint(TableColumn parentColumn, TableColumn childColumn)
           
 

Uses of TableColumn in net.sourceforge.schemaspy.view
 

Methods in net.sourceforge.schemaspy.view that return TableColumn
 TableColumn DotConnector.getChildColumn()
           
 TableColumn DotConnector.getParentColumn()
           
 

Methods in net.sourceforge.schemaspy.view with parameters of type TableColumn
 void WriteStats.addExcludedColumn(TableColumn column)
           
 void DotNode.excludeColumn(TableColumn column)
           
 boolean HtmlTablePage.writeColumn(TableColumn column, String tableName, Set primaries, Set indexedColumns, boolean onCascadeDelete, boolean showIds, LineWriter out)
           
 

Constructors in net.sourceforge.schemaspy.view with parameters of type TableColumn
DotConnector(TableColumn parentColumn, TableColumn childColumn, boolean implied)
          Create an edge that logically connects a child column to a parent column.
 



Copyright © 2007-2010. All Rights Reserved.