Class DruidConnectionImpl.Page

  • Enclosing class:
    DruidConnectionImpl

    static class DruidConnectionImpl.Page
    extends java.lang.Object
    Progress through a large fetch.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int offset  
      (package private) java.lang.String pagingIdentifier  
      (package private) int totalRowCount  
    • Constructor Summary

      Constructors 
      Constructor Description
      Page()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • pagingIdentifier

        java.lang.String pagingIdentifier
      • offset

        int offset
      • totalRowCount

        int totalRowCount
    • Constructor Detail

      • Page

        Page()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object