Uses of Class
org.opengis.cite.gpkg12.ForeignKeyDefinition
Packages that use ForeignKeyDefinition
Package
Description
The root package includes supporting classes of general utility such as the main
controller, listeners, and reporters.
-
Uses of ForeignKeyDefinition in org.opengis.cite.gpkg12
Method parameters in org.opengis.cite.gpkg12 with type arguments of type ForeignKeyDefinitionModifier and TypeMethodDescriptionstatic void
TableVerifier.verifyTable
(Connection connection, String tableName, Map<String, ColumnDefinition> expectedColumns, Set<ForeignKeyDefinition> expectedForeinKeys, Iterable<UniqueDefinition> expectedGroupUniques)