Class HsqlServer


  • public class HsqlServer
    extends Object
    TODO insert description
    Author:
    mueller.matthias, aiticon GmbH, 2011
    • Constructor Detail

      • HsqlServer

        public HsqlServer()
    • Method Detail

      • main

        public static void main​(String[] args)
      • start

        public static void start()
      • start

        public static void start​(String dbName)
      • stop

        public static void stop()
      • stop

        public static void stop​(String dbName)
      • start

        public static void start​(int port)
      • start

        public static void start​(String dbName,
                                 int port)
      • start

        public static void start​(String dbName,
                                 String folder,
                                 int port)
      • stop

        public static void stop​(int port)
      • stop

        public static void stop​(String dbName,
                                int port)