Uses of Class
migratedb.v1.core.internal.database.h2.H2Database
Packages that use H2Database
-
Uses of H2Database in migratedb.v1.core.internal.database.h2
Constructors in migratedb.v1.core.internal.database.h2 with parameters of type H2DatabaseModifierConstructorDescriptionH2Table(JdbcTemplate jdbcTemplate, H2Database database, H2Schema schema, String name) Creates a new H2 table.