Interface ResultSetHelper

    • Method Detail

      • getColumnNames

        java.lang.String[] getColumnNames​(java.sql.ResultSet rs)
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getColumnValues

        java.lang.String[] getColumnValues​(java.sql.ResultSet rs)
                                    throws java.sql.SQLException,
                                           java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException