Documentation of 'jhplot.io.csv.ResultSetHelperService' Java class.
ResultSetHelperService
jhplot.io.csv

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 and Description
      static int CLOBBUFFERSIZE 
    • 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) 
      • Methods inherited from class java.lang.Object

        equals, 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

DMelt 3.0 © DataMelt by jWork.ORG