public class DBUtil extends Object
Modifier and Type | Field and Description |
---|---|
protected static String[] |
speciesFields |
protected static int[] |
speciesFieldsType |
Constructor and Description |
---|
DBUtil() |
Modifier and Type | Method and Description |
---|---|
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) |
protected static final String[] speciesFields
protected static final int[] speciesFieldsType
public static String toJSon(ResultSet resultSet) throws SQLException
SQLException
protected static String quote(String string)
string
- A Stringpublic static String toJSon(ResultSet resultSet, int start, int end) throws SQLException
SQLException
Copyright © 2016. All Rights Reserved.