Package org.opengis.cite.gpkg12
Class ForeignKeyDefinition
java.lang.Object
org.opengis.cite.gpkg12.ForeignKeyDefinition
- Author:
- Luke Lambert
-
Constructor Summary
ConstructorDescriptionForeignKeyDefinition
(String referenceTableName, String fromColumnName, String toColumnName) -
Method Summary
-
Constructor Details
-
ForeignKeyDefinition
- Parameters:
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 to
-
-
Method Details