Class DerbyServerPropertiesMgr
- java.lang.Object
-
- com.ibm.fhir.database.utils.derby.DerbyServerPropertiesMgr
-
public class DerbyServerPropertiesMgr extends Object
Server properties for embedded derby which is used in unit tests and server integration tests, equal to setting in derby.properties.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetProperty(Statement s, String name, String value)static voidsetServerProperties(boolean isDebug)sets the properties in the system properties.static voidsetServerProperties(boolean isDebug, Connection conn)sets the server properties in
-
-
-
Method Detail
-
setServerProperties
public static void setServerProperties(boolean isDebug)
sets the properties in the system properties.- Parameters:
isDebug-
-
setServerProperties
public static void setServerProperties(boolean isDebug, Connection conn) throws SQLExceptionsets the server properties in- Parameters:
isDebug-conn-- Throws:
SQLException
-
setProperty
public static void setProperty(Statement s, String name, String value) throws SQLException
- Throws:
SQLException
-
-