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
  • Field Summary

    Fields inherited from class org.flywaydb.core.internal.database.base.Table

    lockDepth

    Fields inherited from class org.flywaydb.core.internal.database.base.SchemaObject

    database, jdbcTemplate, name, schema
  • Constructor Summary

    Constructors
    Constructor
    Description
    YugabyteDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, 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

    Methods inherited from class org.flywaydb.core.internal.database.base.SchemaObject

    drop, getDatabase, getName, getSchema, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.