Package org.flywaydb.database.postgresql
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 SummaryFields inherited from class org.flywaydb.core.internal.database.base.TablelockDepthFields inherited from class org.flywaydb.core.internal.database.base.SchemaObjectdatabase, jdbcTemplate, name, schema
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPostgreSQLTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name) Creates a new PostgreSQL table.
- 
Method SummaryMethods inherited from class org.flywaydb.core.internal.database.base.TabledoUnlock, exists, exists, lock, unlockMethods inherited from class org.flywaydb.core.internal.database.base.SchemaObjectdrop, getDatabase, getName, getSchema, toString
- 
Constructor Details- 
PostgreSQLTableprotected PostgreSQLTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name) Creates a new PostgreSQL table.- 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.
 
 
- 
- 
Method Details- 
doDrop- Specified by:
- doDropin class- org.flywaydb.core.internal.database.base.SchemaObject<PostgreSQLDatabase,- PostgreSQLSchema> 
- Throws:
- SQLException
 
- 
doExists- Specified by:
- doExistsin class- org.flywaydb.core.internal.database.base.Table<PostgreSQLDatabase,- PostgreSQLSchema> 
- Throws:
- SQLException
 
- 
doLock- Specified by:
- doLockin class- org.flywaydb.core.internal.database.base.Table<PostgreSQLDatabase,- PostgreSQLSchema> 
- Throws:
- SQLException
 
 
-