Package org.flywaydb.database.sqlserver
Class SQLServerConfigurationExtension
java.lang.Object
org.flywaydb.database.sqlserver.SQLServerConfigurationExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.ConfigurationExtension,org.flywaydb.core.extensibility.Plugin
public class SQLServerConfigurationExtension
extends Object
implements org.flywaydb.core.extensibility.ConfigurationExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigurationParameterFromEnvironmentVariable(String environmentVariable) voidsetKerberos(KerberosModel kerberos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.ConfigurationExtension
extractParametersFromConfigurationMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
SQLServerConfigurationExtension
public SQLServerConfigurationExtension()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getConfigurationParameterFromEnvironmentVariable
- Specified by:
getConfigurationParameterFromEnvironmentVariablein interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getKerberos
-
setKerberos
-