Class YugabyteDBSchema
java.lang.Object
org.flywaydb.core.internal.database.base.Schema<org.flywaydb.database.postgresql.PostgreSQLDatabase,org.flywaydb.database.postgresql.PostgreSQLTable>
org.flywaydb.database.postgresql.PostgreSQLSchema
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBSchema
public class YugabyteDBSchema
extends org.flywaydb.database.postgresql.PostgreSQLSchema
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Schema
database, jdbcTemplate, name -
Constructor Summary
ConstructorsConstructorDescriptionYugabyteDBSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, String name) -
Method Summary
Methods inherited from class org.flywaydb.database.postgresql.PostgreSQLSchema
doAllTables, doClean, doCreate, doDrop, doEmpty, doExists, getTypeMethods inherited from class org.flywaydb.core.internal.database.base.Schema
allFunctions, allTables, allTypes, clean, create, doAllFunctions, drop, empty, equals, exists, getFunction, getName, hashCode, toString
-
Constructor Details
-
YugabyteDBSchema
public YugabyteDBSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, String name) - Parameters:
jdbcTemplate- The Jdbc Template for communicating with the DB.database- The database-specific support.name- The name of the schema.
-
-
Method Details
-
getTable
- Overrides:
getTablein classorg.flywaydb.database.postgresql.PostgreSQLSchema
-