Class PostgreSQLTable

java.lang.Object
org.flywaydb.core.internal.database.base.SchemaObject<D,S>
org.flywaydb.core.internal.database.base.Table<PostgreSQLDatabase,PostgreSQLSchema>
org.flywaydb.database.postgresql.PostgreSQLTable

public class PostgreSQLTable extends org.flywaydb.core.internal.database.base.Table<PostgreSQLDatabase,PostgreSQLSchema>
PostgreSQL-specific table.
  • 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
    Modifier
    Constructor
    Description
    protected
    PostgreSQLTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name)
    Creates a new PostgreSQL table.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected boolean
     
    protected void
     

    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