Class ResultSetHelperService
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.csv.ResultSetHelperService
 
- 
- All Implemented Interfaces:
- ResultSetHelper
 
 public class ResultSetHelperService extends java.lang.Object implements ResultSetHelper helper class for processing JDBC ResultSet objects
- 
- 
Field SummaryFields Modifier and Type Field Description static intCLOBBUFFERSIZE
 - 
Constructor SummaryConstructors Constructor Description ResultSetHelperService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getColumnNames(java.sql.ResultSet rs)java.lang.String[]getColumnValues(java.sql.ResultSet rs)
 
- 
- 
- 
Field Detail- 
CLOBBUFFERSIZEpublic static final int CLOBBUFFERSIZE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getColumnNamespublic java.lang.String[] getColumnNames(java.sql.ResultSet rs) throws java.sql.SQLException- Specified by:
- getColumnNamesin interface- ResultSetHelper
- Throws:
- java.sql.SQLException
 
 - 
getColumnValuespublic java.lang.String[] getColumnValues(java.sql.ResultSet rs) throws java.sql.SQLException, java.io.IOException- Specified by:
- getColumnValuesin interface- ResultSetHelper
- Throws:
- java.sql.SQLException
- java.io.IOException
 
 
- 
 
-