org.gcube.application.aquamaps.aquamapsportlet.servlet.db
Class DBUtil
java.lang.Object
org.gcube.application.aquamaps.aquamapsportlet.servlet.db.DBUtil
public class DBUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
speciesFields
protected static final String[] speciesFields
speciesFieldsType
protected static final int[] speciesFieldsType
DBUtil
public DBUtil()
getOuterName
public static String getOuterName(String dbType)
toJSon
public static String toJSon(ResultSet resultSet)
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.
toJSon
public static String toJSon(ResultSet resultSet,
int start,
int end)
throws SQLException
- Throws:
SQLException
Copyright © 2014. All Rights Reserved.