Package org.opengis.cite.gpkg12
Class TableVerifier
java.lang.Object
org.opengis.cite.gpkg12.TableVerifier
- Author:
- Luke Lambert
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
verifyTable
(Connection connection, String tableName, Map<String, ColumnDefinition> expectedColumns, Set<ForeignKeyDefinition> expectedForeinKeys, Iterable<UniqueDefinition> expectedGroupUniques)
-
Method Details
-
verifyTable
public static void verifyTable(Connection connection, String tableName, Map<String, ColumnDefinition> expectedColumns, Set<ForeignKeyDefinition> expectedForeinKeys, Iterable<UniqueDefinition> expectedGroupUniques) throws SQLException- Throws:
SQLException
-