Class ResultSetUtil


  • public class ResultSetUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultSetUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.util.Map<java.lang.String,​?>> extractResults​(java.sql.ResultSet resultSet)  
      • Methods inherited from class java.lang.Object

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

      • ResultSetUtil

        public ResultSetUtil()
    • Method Detail

      • extractResults

        public static java.util.List<java.util.Map<java.lang.String,​?>> extractResults​(java.sql.ResultSet resultSet)
                                                                                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException