Class YugabyteDBTable
- java.lang.Object
-
- org.flywaydb.core.internal.database.base.SchemaObject<D,S>
-
- org.flywaydb.core.internal.database.base.Table<org.flywaydb.core.internal.database.postgresql.PostgreSQLDatabase,org.flywaydb.core.internal.database.postgresql.PostgreSQLSchema>
-
- org.flywaydb.core.internal.database.postgresql.PostgreSQLTable
-
- org.flywaydb.community.database.yugabytedb.YugabyteDBTable
-
public class YugabyteDBTable extends org.flywaydb.core.internal.database.postgresql.PostgreSQLTable
-
-
Constructor Summary
Constructors Constructor Description YugabyteDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, java.lang.String name)
-
Method Summary
-
Methods inherited from class org.flywaydb.core.internal.database.postgresql.PostgreSQLTable
doDrop, doExists, doLock
-
Methods inherited from class org.flywaydb.core.internal.database.base.Table
doUnlock, exists, exists, lock, unlock
-
-
-
-
Constructor Detail
-
YugabyteDBTable
public YugabyteDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, java.lang.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.
-
-