public class ResultSetHelperService extends java.lang.Object implements ResultSetHelper
Modifier and Type | Field and Description |
---|---|
static int |
CLOBBUFFERSIZE |
Constructor and Description |
---|
ResultSetHelperService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames(java.sql.ResultSet rs) |
java.lang.String[] |
getColumnValues(java.sql.ResultSet rs) |
java.lang.String[] |
getColumnValues(java.sql.ResultSet rs,
boolean trim) |
java.lang.String[] |
getColumnValues(java.sql.ResultSet rs,
boolean trim,
java.lang.String dateFormatString,
java.lang.String timeFormatString) |
public static final int CLOBBUFFERSIZE
public java.lang.String[] getColumnNames(java.sql.ResultSet rs) throws java.sql.SQLException
getColumnNames
in interface ResultSetHelper
java.sql.SQLException
public java.lang.String[] getColumnValues(java.sql.ResultSet rs) throws java.sql.SQLException, java.io.IOException
getColumnValues
in interface ResultSetHelper
java.sql.SQLException
java.io.IOException
public java.lang.String[] getColumnValues(java.sql.ResultSet rs, boolean trim) throws java.sql.SQLException, java.io.IOException
getColumnValues
in interface ResultSetHelper
java.sql.SQLException
java.io.IOException
public java.lang.String[] getColumnValues(java.sql.ResultSet rs, boolean trim, java.lang.String dateFormatString, java.lang.String timeFormatString) throws java.sql.SQLException, java.io.IOException
getColumnValues
in interface ResultSetHelper
java.sql.SQLException
java.io.IOException