Class WindowFrame


  • public class WindowFrame
    extends Object
    • Method Detail

      • isLowerUnbounded

        public boolean isLowerUnbounded()
      • getLowerOffset

        public int getLowerOffset()
      • isUpperUnbounded

        public boolean isUpperUnbounded()
      • getUpperOffset

        public int getUpperOffset()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getOrderByColNames

        public List<String> getOrderByColNames()
      • getLowerOffsetClamped

        public int getLowerOffsetClamped​(int maxRows)
        Calculates the applicable lower offset if the max number of rows is known.
      • getUpperOffsetClamped

        public int getUpperOffsetClamped​(int maxRows)
        Calculates the applicable upper offset if the max number of rows is known.