public class Quotes extends Object
| 构造器和说明 |
|---|
Quotes() |
public static String escape(String toEscape)
foo will be converted to "foo",
f"oo will be converted to 'f"oo',
foo'"bar will be converted to concat("foo'", '"', "bar")
toEscape - a text to escape quotes in, e.g. "f'oo""\"f'oo\""