@Generated public class ForeignKeyConstraint extends Object
Constructor and Description |
---|
ForeignKeyConstraint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<String> |
getChildColumns() |
String |
getName() |
Collection<String> |
getParentColumns() |
String |
getParentTable() |
int |
hashCode() |
ForeignKeyConstraint |
setChildColumns(Collection<String> childColumns) |
ForeignKeyConstraint |
setName(String name) |
ForeignKeyConstraint |
setParentColumns(Collection<String> parentColumns) |
ForeignKeyConstraint |
setParentTable(String parentTable) |
String |
toString() |
public ForeignKeyConstraint setChildColumns(Collection<String> childColumns)
public Collection<String> getChildColumns()
public ForeignKeyConstraint setName(String name)
public String getName()
public ForeignKeyConstraint setParentColumns(Collection<String> parentColumns)
public Collection<String> getParentColumns()
public ForeignKeyConstraint setParentTable(String parentTable)
public String getParentTable()
Copyright © 2023. All rights reserved.