net.sourceforge.schemaspy.model
Class ImpliedForeignKeyConstraint

java.lang.Object
  extended by net.sourceforge.schemaspy.model.ForeignKeyConstraint
      extended by net.sourceforge.schemaspy.model.ImpliedForeignKeyConstraint

public class ImpliedForeignKeyConstraint
extends ForeignKeyConstraint


Constructor Summary
ImpliedForeignKeyConstraint(TableColumn parentColumn, TableColumn childColumn)
           
 
Method Summary
 String getName()
           
 boolean isImplied()
           
 String toString()
           
 
Methods inherited from class net.sourceforge.schemaspy.model.ForeignKeyConstraint
getChildColumns, getChildTable, getDeleteRule, getParentColumns, getParentTable, getUpdateRule, isOnDeleteCascade, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImpliedForeignKeyConstraint

public ImpliedForeignKeyConstraint(TableColumn parentColumn,
                                   TableColumn childColumn)
                            throws SQLException
Throws:
SQLException
Method Detail

getName

public String getName()
Overrides:
getName in class ForeignKeyConstraint

isImplied

public boolean isImplied()
Overrides:
isImplied in class ForeignKeyConstraint

toString

public String toString()
Overrides:
toString in class ForeignKeyConstraint


Copyright © 2007-2010. All Rights Reserved.