net.thucydides.core.statistics.database
Class LocalH2ServerDatabase
java.lang.Object
net.thucydides.core.statistics.database.LocalH2ServerDatabase
- All Implemented Interfaces:
- LocalDatabase
public class LocalH2ServerDatabase
- extends Object
- implements LocalDatabase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalH2ServerDatabase
@Inject
public LocalH2ServerDatabase(EnvironmentVariables environmentVariables)
start
public void start()
- Specified by:
start in interface LocalDatabase
stop
public void stop()
- Specified by:
stop in interface LocalDatabase
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable in interface LocalDatabase
getUrl
public String getUrl()
- Specified by:
getUrl in interface LocalDatabase
getDriver
public String getDriver()
- Specified by:
getDriver in interface LocalDatabase
getUsername
public String getUsername()
- Specified by:
getUsername in interface LocalDatabase
getPassword
public String getPassword()
- Specified by:
getPassword in interface LocalDatabase
getDialect
public String getDialect()
- Specified by:
getDialect in interface LocalDatabase
getDatabaseName
public String getDatabaseName()
getDatabasePath
public String getDatabasePath()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.