Package org.opengis.cite.gpkg10
Class TableVerifier
java.lang.Object
org.opengis.cite.gpkg10.TableVerifier
TableVerifier class.
- Author:
- Luke Lambert
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidverifyTable(Connection connection, String tableName, Map<String, ColumnDefinition> expectedColumns, Set<ForeignKeyDefinition> expectedForeinKeys, Iterable<UniqueDefinition> expectedGroupUniques) verifyTable.
-
Method Details
-
verifyTable
public static void verifyTable(Connection connection, String tableName, Map<String, ColumnDefinition> expectedColumns, Set<ForeignKeyDefinition> expectedForeinKeys, Iterable<UniqueDefinition> expectedGroupUniques) throws SQLExceptionverifyTable.
- Parameters:
connection- aConnectionobjecttableName- aStringobjectexpectedColumns- aMapobjectexpectedForeinKeys- aSetobjectexpectedGroupUniques- aIterableobject- Throws:
SQLException- if any.
-