Class 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
    • 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, getName, getSchema, toString
      • Methods inherited from class java.lang.Object

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