Class RecordUtils


  • public final class RecordUtils
    extends java.lang.Object
    Author:
    Loc Ha
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Record toRecord​(java.sql.ResultSet rs, java.lang.String[] columnLabels)  
      • Methods inherited from class java.lang.Object

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

      • RecordUtils

        public RecordUtils()
    • Method Detail

      • toRecord

        public static Record toRecord​(java.sql.ResultSet rs,
                                      java.lang.String[] columnLabels)
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException