Class DateExtractor

    • Constructor Summary

      Constructors 
      Constructor Description
      DateExtractor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object extractValue​(java.sql.ResultSet rs, int col)  
      • Methods inherited from class java.lang.Object

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

      • DateExtractor

        public DateExtractor()
    • Method Detail

      • extractValue

        public java.lang.Object extractValue​(java.sql.ResultSet rs,
                                             int col)
                                      throws java.sql.SQLException
        Specified by:
        extractValue in interface ResultSetValueExtractor
        Throws:
        java.sql.SQLException