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
    Modifier and Type
    Class
    Description
    static enum 
    Oracle object types.
  • Field Summary

    Fields inherited from class org.flywaydb.core.internal.database.base.Schema

    database, jdbcTemplate, name
  • Method Summary

    Modifier and Type
    Method
    Description
    protected OracleTable[]
     
    protected void
     
    protected void
     
    protected void
     
    protected boolean
     
    protected boolean
     
    org.flywaydb.core.internal.database.base.Table
    getTable(String tableName)
     
    boolean
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait