public final class ClickHouseSqlUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String str,
char quote)
Escape quotes in given string.
|
static boolean |
isQuote(char ch) |
static String |
unescape(String str)
Unescape quoted string.
|
Copyright © 2015–2021 ClickHouse. All rights reserved.