org.gcube.data.harmonization.occurrence
Class Utils
java.lang.Object
org.gcube.data.harmonization.occurrence.Utils
public class Utils
- extends Object
|
Constructor Summary |
Utils()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
toJSon
public static String toJSon(ResultSet resultSet,
Long count)
throws SQLException
- Throws:
SQLException
quote
protected static String quote(String string)
- Produce a string in double quotes with backslash sequences in all the
right places. A backslash will be inserted within , allowing JSON
text to be delivered in HTML. In JSON text, a string cannot contain a
control character or an unescaped quote or backslash.
- Parameters:
string - A String
- Returns:
- A String correctly formatted for insertion in a JSON text.
Copyright © 2012. All Rights Reserved.