Class 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 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 SQLException
        sets the server properties in
        Parameters:
        isDebug -
        conn -
        Throws:
        SQLException