Class PostgresAdminConnectionParameters

    • Constructor Detail

      • PostgresAdminConnectionParameters

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

      • getJdbcUrl

        public String getJdbcUrl()
        Description copied from interface: ConnectionParameters
        In general every vendor has their own format for this.Construct it as needed.
        Returns: