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