Package org.flywaydb.database.oracle
Class OracleSchema
java.lang.Object
org.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable>
org.flywaydb.database.oracle.OracleSchema
public class OracleSchema
extends org.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable>
Oracle implementation of Schema.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Schema
database, jdbcTemplate, name -
Method Summary
Modifier and TypeMethodDescriptionprotected OracleTable[]protected voiddoClean()protected voiddoCreate()protected voiddoDrop()protected booleandoEmpty()protected booleandoExists()org.flywaydb.core.internal.database.base.TablebooleanisSystem()Checks whether the schema is system, i.e.Methods inherited from class org.flywaydb.core.internal.database.base.Schema
allFunctions, allTables, allTypes, clean, create, doAllFunctions, drop, empty, equals, exists, getFunction, getName, getType, hashCode, toString
-
Method Details
-
isSystem
Checks whether the schema is system, i.e. Oracle-maintained, or not.- Returns:
trueif it is system,falseif not.- Throws:
SQLException
-
doExists
- Specified by:
doExistsin classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable> - Throws:
SQLException
-
doEmpty
- Specified by:
doEmptyin classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable> - Throws:
SQLException
-
doCreate
- Specified by:
doCreatein classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable> - Throws:
SQLException
-
doDrop
- Specified by:
doDropin classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable> - Throws:
SQLException
-
doClean
- Specified by:
doCleanin classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable> - Throws:
SQLException
-
doAllTables
- Specified by:
doAllTablesin classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable> - Throws:
SQLException
-
getTable
- Specified by:
getTablein classorg.flywaydb.core.internal.database.base.Schema<OracleDatabase,OracleTable>
-