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