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