Class PostgresConnectionParameters

    • Constructor Detail

      • PostgresConnectionParameters

        public PostgresConnectionParameters​(net.sf.json.JSONObject jsonObject)
      • PostgresConnectionParameters

        public PostgresConnectionParameters​(String username,
                                            String password,
                                            String databaseName,
                                            String schema,
                                            String host,
                                            int port,
                                            String jdbcDriver,
                                            boolean useSSL,
                                            String parameters)
    • Method Detail

      • getJdbcUrl

        public String getJdbcUrl()
        The jdbc url for non-admin tasks. If no username and password is set, then don't use one.
        Returns: