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