Class YugabyteDBTable
java.lang.Object
org.flywaydb.core.internal.database.base.SchemaObject<D,S>
org.flywaydb.core.internal.database.base.Table<org.flywaydb.database.postgresql.PostgreSQLDatabase,org.flywaydb.database.postgresql.PostgreSQLSchema>
org.flywaydb.database.postgresql.PostgreSQLTable
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBTable
public class YugabyteDBTable
extends org.flywaydb.database.postgresql.PostgreSQLTable
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Table
lockDepthFields inherited from class org.flywaydb.core.internal.database.base.SchemaObject
database, jdbcTemplate, name, schema -
Constructor Summary
ConstructorsConstructorDescriptionYugabyteDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, String name) -
Method Summary
Methods inherited from class org.flywaydb.database.postgresql.PostgreSQLTable
doDrop, doExists, doLockMethods inherited from class org.flywaydb.core.internal.database.base.Table
doUnlock, exists, exists, lock, unlockMethods inherited from class org.flywaydb.core.internal.database.base.SchemaObject
drop, getDatabase, getName, getSchema, toString
-
Constructor Details
-
YugabyteDBTable
public YugabyteDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, String name) - Parameters:
jdbcTemplate- The JDBC template for communicating with the DB.database- The database-specific support.schema- The schema this table lives in.name- The name of the table.
-