public class ForeignKeyDefinition extends Object
Constructor and Description |
---|
ForeignKeyDefinition(String referenceTableName,
String fromColumnName,
String toColumnName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getFromColumnName() |
String |
getReferenceTableName() |
String |
getToColumnName() |
int |
hashCode() |
public ForeignKeyDefinition(String referenceTableName, String fromColumnName, String toColumnName)
referenceTableName
- the table name with the foreign key constraintfromColumnName
- the name of the column that the link between two tables is fromtoColumnName
- the name of the column that the link between two tables is toCopyright © 2022 Open Geospatial Consortium. All rights reserved.