public class H2ConstraintExtractor extends TableConstraintExtractor
| Constructor and Description |
|---|
H2ConstraintExtractor() |
| Modifier and Type | Method and Description |
|---|---|
List<DbTableConstraint> |
extract(Connection connectionToH2,
DbSchemaDto schemaDto)
Expects the schema explained in
http://www.h2database.com/html/systemtables.html#information_schema
|
public List<DbTableConstraint> extract(Connection connectionToH2, DbSchemaDto schemaDto) throws SQLException
extract in class TableConstraintExtractorconnectionToH2 - a connection to a H2 databaseschemaDto - a DTO schema with retrieved information from the JBDC metadataSQLException - if the connection to the H2 database failsCopyright © 2016–2024. All rights reserved.