Package org.flywaydb.database.oracle
Class OracleTable
java.lang.Object
org.flywaydb.core.internal.database.base.SchemaObject<D,S>
org.flywaydb.core.internal.database.base.Table<OracleDatabase,OracleSchema>
org.flywaydb.database.oracle.OracleTable
public class OracleTable
extends org.flywaydb.core.internal.database.base.Table<OracleDatabase,OracleSchema>
Oracle-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
ConstructorsConstructorDescriptionOracleTable
(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name) Creates a new Oracle table. -
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
-
Constructor Details
-
OracleTable
public OracleTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name) Creates a new Oracle 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:
doDrop
in classorg.flywaydb.core.internal.database.base.SchemaObject<OracleDatabase,
OracleSchema> - Throws:
SQLException
-
doExists
- Specified by:
doExists
in classorg.flywaydb.core.internal.database.base.Table<OracleDatabase,
OracleSchema> - Throws:
SQLException
-
doLock
- Specified by:
doLock
in classorg.flywaydb.core.internal.database.base.Table<OracleDatabase,
OracleSchema> - Throws:
SQLException
-