net.sourceforge.schemaspy.model
Class ForeignKeyConstraint
java.lang.Object
net.sourceforge.schemaspy.model.ForeignKeyConstraint
- Direct Known Subclasses:
- ImpliedForeignKeyConstraint
public class ForeignKeyConstraint
- extends Object
getName
public String getName()
getParentTable
public Table getParentTable()
getParentColumns
public List getParentColumns()
getChildTable
public Table getChildTable()
getChildColumns
public List getChildColumns()
getDeleteRule
public char getDeleteRule()
isOnDeleteCascade
public boolean isOnDeleteCascade()
getUpdateRule
public char getUpdateRule()
isImplied
public boolean isImplied()
toString
public static String toString(List columns)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2010. All Rights Reserved.