liquibase.database.core.supplier
Class DerbyConnSupplier

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

public class DerbyConnSupplier
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
DerbyConnSupplier()
           
 
Method Summary
 String getAdminUsername()
           
 String getDatabaseShortName()
           
 String getJdbcUrl()
           
 ConnectionSupplier.ConfigTemplate getPuppetTemplate(Map<String,Object> context)
           
 
Methods inherited from class liquibase.sdk.supplier.database.ConnectionSupplier
generateConfigFiles, getAdminPassword, getAlternateCatalog, getAlternateSchema, getAlternateTablespace, getAlternateUsername, getAlternateUserPassword, getConfigurationName, getDatabasePassword, getDatabaseUsername, getDescription, getFileSeparator, getIpAddress, getOs, 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

DerbyConnSupplier

public DerbyConnSupplier()
Method Detail

getDatabaseShortName

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

getPuppetTemplate

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

getAdminUsername

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

getJdbcUrl

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


Copyright © 2015 Liquibase.org. All rights reserved.