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 void
verifyTable
(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
- aConnection
objecttableName
- aString
objectexpectedColumns
- aMap
objectexpectedForeinKeys
- aSet
objectexpectedGroupUniques
- aIterable
object- Throws:
SQLException
- if any.
-