liquibase.database.core.supplier
Class MySQLConnSupplier
java.lang.Object
liquibase.sdk.supplier.database.ConnectionSupplier
liquibase.database.core.supplier.MySQLConnSupplier
- All Implemented Interfaces:
- Cloneable
public class MySQLConnSupplier
- extends ConnectionSupplier
Methods inherited from class liquibase.sdk.supplier.database.ConnectionSupplier |
getAdminPassword, getAlternateCatalog, getAlternateSchema, getAlternateTablespace, getAlternateUsername, getAlternateUserPassword, getConfigurationName, getDatabasePassword, getDatabaseUsername, getFileSeparator, getIpAddress, getOs, getPrimaryCatalog, getPrimarySchema, getPuppetForges, getRequiredPackages, getShortVersion, getVagrantBaseBoxName, getVersion, isLinux, isWindows, openConnection, setIpAddress, setOs, setVersion, toString |
MySQLConnSupplier
public MySQLConnSupplier()
getDatabaseShortName
public String getDatabaseShortName()
- Specified by:
getDatabaseShortName
in class ConnectionSupplier
getPort
public int getPort()
getAdminUsername
public String getAdminUsername()
- Specified by:
getAdminUsername
in class ConnectionSupplier
getJdbcUrl
public String getJdbcUrl()
- Specified by:
getJdbcUrl
in class ConnectionSupplier
getPuppetModules
public Set<String> getPuppetModules()
- Overrides:
getPuppetModules
in class ConnectionSupplier
generateConfigFiles
public Set<ConnectionSupplier.ConfigTemplate> generateConfigFiles(Map<String,Object> context)
throws IOException
- Overrides:
generateConfigFiles
in class ConnectionSupplier
- Throws:
IOException
getPuppetTemplate
public ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
- Specified by:
getPuppetTemplate
in class ConnectionSupplier
getSourceUrl
public String getSourceUrl()
getInstallDir
public String getInstallDir()
getDescription
public String getDescription()
- Overrides:
getDescription
in class ConnectionSupplier
Copyright © 2015 Liquibase.org. All rights reserved.