public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendSQLLiteral(String string,
StringBuilder buf)
double ' for usage as SQL literal.
|
static String |
toSQLLiteral(String string) |
public static void appendSQLLiteral(String string, StringBuilder buf)
Copyright © 2008–2018. All rights reserved.