Class URLCoder
java.lang.Object
org.postgresql.util.URLCoder
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENCODING_FOR_URL
-
-
Constructor Details
-
URLCoder
public URLCoder()
-
-
Method Details
-
decode
-
encode
-