Package org.flywaydb.database.db2
Class DB2Table
java.lang.Object
org.flywaydb.core.internal.database.base.SchemaObject<D,S>
org.flywaydb.core.internal.database.base.Table<DB2Database,DB2Schema>
org.flywaydb.database.db2.DB2Table
Db2-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
-
Method Summary
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
-
Method Details
-
doDrop
- Specified by:
doDrop
in classorg.flywaydb.core.internal.database.base.SchemaObject<DB2Database,
DB2Schema> - Throws:
SQLException
-
doExists
- Specified by:
doExists
in classorg.flywaydb.core.internal.database.base.Table<DB2Database,
DB2Schema> - Throws:
SQLException
-
doLock
- Specified by:
doLock
in classorg.flywaydb.core.internal.database.base.Table<DB2Database,
DB2Schema> - Throws:
SQLException
-