Package org.flywaydb.database.oracle
Class OracleConfigurationExtension
java.lang.Object
org.flywaydb.database.oracle.OracleConfigurationExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.ConfigurationExtension,org.flywaydb.core.extensibility.Plugin
public class OracleConfigurationExtension
extends Object
implements org.flywaydb.core.extensibility.ConfigurationExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetConfigurationParameterFromEnvironmentVariable(String environmentVariable) inthashCode()voidsetKerberosCacheFile(String kerberosCacheFile) voidsetSqlplus(Boolean sqlplus) voidsetSqlplusWarn(Boolean sqlplusWarn) voidsetWalletLocation(String walletLocation) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.ConfigurationExtension
copy, extractParametersFromConfiguration, isStubMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
OracleConfigurationExtension
public OracleConfigurationExtension()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getConfigurationParameterFromEnvironmentVariable
- Specified by:
getConfigurationParameterFromEnvironmentVariablein interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getSqlplus
-
getSqlplusWarn
-
getKerberosCacheFile
-
getWalletLocation
-
setSqlplus
-
setSqlplusWarn
-
setKerberosCacheFile
-
setWalletLocation
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-