Class H2ConnectionPoolProvider

    • Constructor Detail

      • H2ConnectionPoolProvider

        public H2ConnectionPoolProvider​(String database,
                                        String schema,
                                        String host,
                                        int port,
                                        String driver,
                                        boolean useSSL)
        the default port is 8084 for localhost connections. Non-local-host connections should specify port 8085 (for a standard install) and use ssl.
      • H2ConnectionPoolProvider

        public H2ConnectionPoolProvider​(String database,
                                        String schema)