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, setSystemProperty
public String getConnectionURL()
public DialectSupport getDialectSupport()
Used by tests procedures.
public boolean setUp(KeyedGroups supportProperties, File dataDir)
setUp
in interface ServerSupport
setUp
in class ServerSupport.Abstract
supportProperties
- The support configuration properties.dataDir
- The database data directory.public void start()
public void stop()
public void tearDown()
tearDown
in interface ServerSupport
tearDown
in class ServerSupport.Abstract
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.