public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
quote(String string)
Produce a string in double quotes with backslash sequences in all the
right places.
|
static String |
toJSon(ResultSet resultSet,
Long count) |
public static String toJSon(ResultSet resultSet, Long count) throws SQLException
SQLExceptionprotected static String quote(String string)
string - A StringCopyright © 2017. All Rights Reserved.