Uses of Class
migratedb.v1.core.internal.database.yugabytedb.YugabyteDBDatabase
Packages that use YugabyteDBDatabase
-
Uses of YugabyteDBDatabase in migratedb.v1.core.internal.database.yugabytedb
Constructors in migratedb.v1.core.internal.database.yugabytedb with parameters of type YugabyteDBDatabaseModifierConstructorDescriptionYugabyteDBSchema(JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, String name) YugabyteDBTable(JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, String name)