net.sourceforge.schemaspy.model
Class ForeignKeyConstraint

java.lang.Object
  extended by net.sourceforge.schemaspy.model.ForeignKeyConstraint
Direct Known Subclasses:
ImpliedForeignKeyConstraint

public class ForeignKeyConstraint
extends Object


Method Summary
 List getChildColumns()
           
 Table getChildTable()
           
 char getDeleteRule()
           
 String getName()
           
 List getParentColumns()
           
 Table getParentTable()
           
 char getUpdateRule()
           
 boolean isImplied()
           
 boolean isOnDeleteCascade()
           
 String toString()
           
static String toString(List columns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.