jhplot.io.csv
Class ResultSetHelperService
- java.lang.Object
-
- jhplot.io.csv.ResultSetHelperService
-
- All Implemented Interfaces:
- ResultSetHelper
public class ResultSetHelperService extends java.lang.Object implements ResultSetHelper
helper class for processing JDBC ResultSet objects
-
-
Field Summary
Fields Modifier and Type Field and Description static int
CLOBBUFFERSIZE
-
Constructor Summary
Constructors Constructor and Description ResultSetHelperService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String[]
getColumnNames(java.sql.ResultSet rs)
java.lang.String[]
getColumnValues(java.sql.ResultSet rs)
-
-
-
Field Detail
-
CLOBBUFFERSIZE
public static final int CLOBBUFFERSIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getColumnNames
public java.lang.String[] getColumnNames(java.sql.ResultSet rs) throws java.sql.SQLException
- Specified by:
getColumnNames
in interfaceResultSetHelper
- Throws:
java.sql.SQLException
-
getColumnValues
public java.lang.String[] getColumnValues(java.sql.ResultSet rs) throws java.sql.SQLException, java.io.IOException
- Specified by:
getColumnValues
in interfaceResultSetHelper
- Throws:
java.sql.SQLException
java.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG