liquibase.database.core.supplier
Class MSSQLConnSupplier

java.lang.Object
  extended by liquibase.sdk.supplier.database.ConnectionSupplier
      extended by liquibase.database.core.supplier.MSSQLConnSupplier
All Implemented Interfaces:
Cloneable

public class MSSQLConnSupplier
extends ConnectionSupplier


Nested Class Summary
 
Nested classes/interfaces inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
ConnectionSupplier.ConfigTemplate
 
Field Summary
 
Fields inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
CONFIG_NAME_STANDARD, OS_LINUX, OS_WINDOWS, VAGRANT_BOX_NAME_LINUX_STANDARD, VAGRANT_BOX_NAME_WINDOWS_STANDARD
 
Constructor Summary
MSSQLConnSupplier()
           
 
Method Summary
 Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context)
           
 String getAdminUsername()
           
 String getDatabaseShortName()
           
 String getDescription()
           
 String getInstanceName()
           
 String getJdbcUrl()
           
 String getOs()
           
 ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
           
 
Methods inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
getAdminPassword, getAlternateCatalog, getAlternateSchema, getAlternateTablespace, getAlternateUsername, getAlternateUserPassword, getConfigurationName, getDatabasePassword, getDatabaseUsername, getFileSeparator, getIpAddress, getPrimaryCatalog, getPrimarySchema, getPuppetForges, getPuppetModules, getRequiredPackages, getShortVersion, getVagrantBaseBoxName, getVersion, isLinux, isWindows, openConnection, setIpAddress, setOs, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MSSQLConnSupplier

public MSSQLConnSupplier()
Method Detail

getDatabaseShortName

public String getDatabaseShortName()
Specified by:
getDatabaseShortName in class ConnectionSupplier

getInstanceName

public String getInstanceName()

getAdminUsername

public String getAdminUsername()
Specified by:
getAdminUsername in class ConnectionSupplier

getJdbcUrl

public String getJdbcUrl()
Specified by:
getJdbcUrl in class ConnectionSupplier

getOs

public String getOs()
Overrides:
getOs in class ConnectionSupplier

getPuppetTemplate

public ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
Specified by:
getPuppetTemplate in class ConnectionSupplier

getDescription

public String getDescription()
Overrides:
getDescription in class ConnectionSupplier

generateConfigFiles

public Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context)
                                                           throws IOException
Overrides:
generateConfigFiles in class ConnectionSupplier
Throws:
IOException


Copyright © 2015 Liquibase.org. All rights reserved.