Class OracleDatabaseExtension

java.lang.Object
org.flywaydb.database.OracleDatabaseExtension
All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>, org.flywaydb.core.extensibility.Plugin, org.flywaydb.core.extensibility.PluginMetadata

public class OracleDatabaseExtension extends Object implements org.flywaydb.core.extensibility.PluginMetadata
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flywaydb.core.extensibility.Plugin

    compareTo, getPluginVersion, getPriority, isEnabled, isLicensed

    Methods inherited from interface org.flywaydb.core.extensibility.PluginMetadata

    getConfigurationParameters, getDocumentationLink, getExample, getFlags, getHelpText, getUsage
  • Constructor Details

    • OracleDatabaseExtension

      public OracleDatabaseExtension()
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.flywaydb.core.extensibility.PluginMetadata