public class ResultSetHelperService extends Object implements ResultSetHelper
Modifier and Type | Field and Description |
---|---|
static int |
CLOBBUFFERSIZE |
Constructor and Description |
---|
ResultSetHelperService() |
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames(ResultSet rs) |
String[] |
getColumnValues(ResultSet rs) |
public static final int CLOBBUFFERSIZE
public String[] getColumnNames(ResultSet rs) throws SQLException
getColumnNames
in interface ResultSetHelper
SQLException
public String[] getColumnValues(ResultSet rs) throws SQLException, IOException
getColumnValues
in interface ResultSetHelper
SQLException
IOException
Copyright © 2019. All rights reserved.