Class NativeQueryExtractor

  • All Implemented Interfaces:
    QueryExtractor

    public class NativeQueryExtractor
    extends java.lang.Object
    implements QueryExtractor
    Since:
    22/5/17
    • Constructor Detail

      • NativeQueryExtractor

        public NativeQueryExtractor​(java.sql.ResultSet resultSet,
                                    WMResultTransformer resultTransformer)
    • Method Detail

      • next

        public boolean next()
                     throws java.lang.Exception
        Specified by:
        next in interface QueryExtractor
        Throws:
        java.lang.Exception
      • getCurrentRow

        public java.lang.Object getCurrentRow()
                                       throws java.lang.Exception
        Specified by:
        getCurrentRow in interface QueryExtractor
        Throws:
        java.lang.Exception