Class AbstractCursor.SlotGetter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object slot  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlotGetter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject()  
      boolean wasNull()  
      • Methods inherited from class java.lang.Object

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

      • slot

        public java.lang.Object slot
    • Constructor Detail

      • SlotGetter

        public SlotGetter()
    • Method Detail

      • getObject

        public java.lang.Object getObject()
                                   throws java.sql.SQLException
        Specified by:
        getObject in interface AbstractCursor.Getter
        Throws:
        java.sql.SQLException
      • wasNull

        public boolean wasNull()
                        throws java.sql.SQLException
        Specified by:
        wasNull in interface AbstractCursor.Getter
        Throws:
        java.sql.SQLException