Uses of Class
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBDatabase
Packages that use YugabyteDBDatabase
Package
Description
Community-supported package.
-
Uses of YugabyteDBDatabase in org.flywaydb.community.database.postgresql.yugabytedb
Constructors in org.flywaydb.community.database.postgresql.yugabytedb with parameters of type YugabyteDBDatabaseModifierConstructorDescriptionYugabyteDBSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, String name) YugabyteDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, String name)