Uses of Class
migratedb.v1.core.internal.database.postgresql.PostgreSQLTable
-
Packages that use PostgreSQLTable Package Description migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.database.yugabytedb Private API. -
-
Uses of PostgreSQLTable in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql that return PostgreSQLTable Modifier and Type Method Description PostgreSQLTablePostgreSQLSchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.postgresql that return types with arguments of type PostgreSQLTable Modifier and Type Method Description protected List<PostgreSQLTable>PostgreSQLSchema. doAllTables() -
Uses of PostgreSQLTable in migratedb.v1.core.internal.database.yugabytedb
Subclasses of PostgreSQLTable in migratedb.v1.core.internal.database.yugabytedb Modifier and Type Class Description classYugabyteDBTable
-