Package org.aksw.commons.util.jdbc
Class ForeignKey
- java.lang.Object
-
- org.aksw.commons.util.jdbc.DatabaseObject
-
- org.aksw.commons.util.jdbc.ForeignKey
-
public class ForeignKey extends DatabaseObject
-
-
Constructor Summary
Constructors Constructor Description ForeignKey(String name, ColumnsReference source, ColumnsReference target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ColumnsReferencegetSource()ColumnsReferencegetTarget()inthashCode()StringtoString()-
Methods inherited from class org.aksw.commons.util.jdbc.DatabaseObject
getName
-
-
-
-
Constructor Detail
-
ForeignKey
public ForeignKey(String name, ColumnsReference source, ColumnsReference target)
-
-
Method Detail
-
getSource
public ColumnsReference getSource()
-
getTarget
public ColumnsReference getTarget()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDatabaseObject
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classDatabaseObject
-
-