Uses of Class
org.opengis.cite.gpkg10.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.gpkg10
Methods in org.opengis.cite.gpkg10 that return types with arguments of type ForeignKeyDefinitionModifier and TypeMethodDescriptionTableDefinition.getForeignKeys()
Getter for the fieldforeignKeys
.Method parameters in org.opengis.cite.gpkg10 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) verifyTable.Constructor parameters in org.opengis.cite.gpkg10 with type arguments of type ForeignKeyDefinitionModifierConstructorDescriptionTableDefinition
(String name, Map<String, ColumnDefinition> columns, Set<ForeignKeyDefinition> foreignKeys) ConstructorTableDefinition
(String name, Map<String, ColumnDefinition> columns, Set<ForeignKeyDefinition> foreignKeys, Set<UniqueDefinition> groupUniques) Constructor