Package org.opengis.cite.gpkg10
Class ForeignKeyDefinition
java.lang.Object
org.opengis.cite.gpkg10.ForeignKeyDefinition
ForeignKeyDefinition class.
- Author:
- Luke Lambert
- 
Constructor SummaryConstructorsConstructorDescriptionForeignKeyDefinition(String referenceTableName, String fromColumnName, String toColumnName) Constructor for ForeignKeyDefinition.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetter for the fieldfromColumnName.Getter for the fieldreferenceTableName.Getter for the fieldtoColumnName.inthashCode()
- 
Constructor Details- 
ForeignKeyDefinitionConstructor for ForeignKeyDefinition. - Parameters:
- referenceTableName- the table name with the foreign key constraint
- fromColumnName- the name of the column that the link between two tables is from
- toColumnName- the name of the column that the link between two tables is to
 
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
getReferenceTableNameGetter for the field referenceTableName.- Returns:
- the referenceTableName
 
- 
getFromColumnNameGetter for the field fromColumnName.- Returns:
- the fromColumnName
 
- 
getToColumnNameGetter for the field toColumnName.- Returns:
- the toColumnName
 
 
-