Class 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 Description
      static int CLOBBUFFERSIZE  
    • Method Summary

      All 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultSetHelperService

        public ResultSetHelperService()
    • Method Detail

      • getColumnNames

        public java.lang.String[] getColumnNames​(java.sql.ResultSet rs)
                                          throws java.sql.SQLException
        Specified by:
        getColumnNames in interface ResultSetHelper
        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 interface ResultSetHelper
        Throws:
        java.sql.SQLException
        java.io.IOException