Class URLCoder

java.lang.Object
org.postgresql.util.URLCoder

public final class URLCoder extends Object

This class helps with URL encoding and decoding. UTF-8 encoding is used by default to make encoding consistent across the driver, and encoding might be changed via postgresql.url.encoding property

Note: this should not be used outside of PostgreSQL source, this is not a public API of the driver.

  • Constructor Details

    • URLCoder

      public URLCoder()
  • Method Details