Uses of Class
migratedb.v1.core.internal.database.yugabytedb.YugabyteDBDatabase
-
Packages that use YugabyteDBDatabase Package Description migratedb.v1.core.internal.database.yugabytedb Private API. -
-
Uses of YugabyteDBDatabase in migratedb.v1.core.internal.database.yugabytedb
Methods in migratedb.v1.core.internal.database.yugabytedb that return YugabyteDBDatabase Modifier and Type Method Description protected YugabyteDBDatabaseYugabyteDBSchema. getDatabase()YugabyteDBDatabaseYugabyteDBSession. getDatabase()Constructors in migratedb.v1.core.internal.database.yugabytedb with parameters of type YugabyteDBDatabase Constructor Description YugabyteDBSchema(JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, String name)YugabyteDBTable(JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, String name)
-