Package com.databend.jdbc.util
Class URLUtils
java.lang.Object
com.databend.jdbc.util.URLUtils
URL utility class providing URL encoding functionality.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLUtils
public URLUtils()
-
-
Method Details
-
urlEncode
Encodes a string using URL encoding.- Parameters:
target- The string to be encoded.- Returns:
- The encoded string, or null if encoding fails.
-