public class ForeignKeyRepImpl extends java.lang.Object implements ForeignKeyRep
| Constructor and Description |
|---|
ForeignKeyRepImpl(java.util.List locColNames,
java.lang.String refTableName,
java.util.List refColNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List |
getLocalColumnNames() |
java.util.List |
getReferencedColumnNames() |
java.lang.String |
getReferencedTableName() |
int |
hashCode() |
public ForeignKeyRepImpl(java.util.List locColNames,
java.lang.String refTableName,
java.util.List refColNames)
public java.util.List getLocalColumnNames()
getLocalColumnNames in interface ForeignKeyReppublic java.lang.String getReferencedTableName()
getReferencedTableName in interface ForeignKeyReppublic java.util.List getReferencedColumnNames()
getReferencedColumnNames in interface ForeignKeyReppublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object