public class HSQLSupport extends ServerSupport.Abstract
ServerSupport.Abstract| Constructor and Description |
|---|
HSQLSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionURL()
Gets the connection URL.
|
DialectSupport |
getDialectSupport()
Gets a dialect support object.
|
boolean |
setUp(KeyedGroups supportProperties,
File dataDir)
Sets up the database server.
|
void |
start()
Starts the database server.
|
void |
stop()
Stops the database server.
|
void |
tearDown()
Tears down what has been set up.
|
getMethod, getMethod, getThisLogger, invoke, invoke, setSystemPropertypublic String getConnectionURL()
public DialectSupport getDialectSupport()
Used by tests procedures.
public boolean setUp(KeyedGroups supportProperties, File dataDir)
setUp in interface ServerSupportsetUp in class ServerSupport.AbstractsupportProperties - The support configuration properties.dataDir - The database data directory.public void start()
public void stop()
public void tearDown()
tearDown in interface ServerSupporttearDown in class ServerSupport.AbstractCopyright © 2003-2019 Serge Brisson. All Rights Reserved.