Interface ResultSetHelper
- 
- All Known Implementing Classes:
- ResultSetHelperService
 
 public interface ResultSetHelper
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getColumnNames(java.sql.ResultSet rs)java.lang.String[]getColumnValues(java.sql.ResultSet rs)
 
- 
- 
- 
Method Detail- 
getColumnNamesjava.lang.String[] getColumnNames(java.sql.ResultSet rs) throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
getColumnValuesjava.lang.String[] getColumnValues(java.sql.ResultSet rs) throws java.sql.SQLException, java.io.IOException- Throws:
- java.sql.SQLException
- java.io.IOException
 
 
- 
 
-