com.mchange.v1.db.sql.schemarep
Class ForeignKeyRepImpl
java.lang.Object
com.mchange.v1.db.sql.schemarep.ForeignKeyRepImpl
- All Implemented Interfaces:
- ForeignKeyRep
public class ForeignKeyRepImpl
- extends java.lang.Object
- implements ForeignKeyRep
|
Constructor Summary |
ForeignKeyRepImpl(java.util.List locColNames,
java.lang.String refTableName,
java.util.List refColNames)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ForeignKeyRepImpl
public ForeignKeyRepImpl(java.util.List locColNames,
java.lang.String refTableName,
java.util.List refColNames)
getLocalColumnNames
public java.util.List getLocalColumnNames()
- Specified by:
getLocalColumnNames in interface ForeignKeyRep
getReferencedTableName
public java.lang.String getReferencedTableName()
- Specified by:
getReferencedTableName in interface ForeignKeyRep
getReferencedColumnNames
public java.util.List getReferencedColumnNames()
- Specified by:
getReferencedColumnNames in interface ForeignKeyRep
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object