org.gcube.application.aquamaps.aquamapsportlet.servlet.db
Class DBUtil

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsportlet.servlet.db.DBUtil

public class DBUtil
extends Object


Field Summary
protected static String[] speciesFields
           
protected static int[] speciesFieldsType
           
 
Constructor Summary
DBUtil()
           
 
Method Summary
static String getOuterName(String dbType)
           
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)
           
static String toJSon(ResultSet resultSet, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

speciesFields

protected static final String[] speciesFields

speciesFieldsType

protected static final int[] speciesFieldsType
Constructor Detail

DBUtil

public DBUtil()
Method Detail

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
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.