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