Package com.clickhouse.jdbc.parser
Class ClickHouseSqlUtils
java.lang.Object
com.clickhouse.jdbc.parser.ClickHouseSqlUtils
-
Method Summary
-
Method Details
-
isQuote
public static boolean isQuote(char ch) -
escape
Escape quotes in given string.- Parameters:
str- stringquote- quote to escape- Returns:
- escaped string
-
unescape
Unescape quoted string.- Parameters:
str- quoted string- Returns:
- unescaped string
-