Class RowSelection


  • public final class RowSelection
    extends Object
    Represents a selection criteria for rows in a JDBC ResultSet
    • Constructor Detail

      • RowSelection

        public RowSelection()
    • Method Detail

      • setFirstRow

        public void setFirstRow​(Integer firstRow)
      • setFirstRow

        public void setFirstRow​(int firstRow)
      • getFirstRow

        public Integer getFirstRow()
      • setMaxRows

        public void setMaxRows​(Integer maxRows)
      • setMaxRows

        public void setMaxRows​(int maxRows)
      • getMaxRows

        public Integer getMaxRows()
      • setTimeout

        public void setTimeout​(Integer timeout)
      • setTimeout

        public void setTimeout​(int timeout)
      • getTimeout

        public Integer getTimeout()
      • getFetchSize

        public Integer getFetchSize()
      • setFetchSize

        public void setFetchSize​(Integer fetchSize)
      • setFetchSize

        public void setFetchSize​(int fetchSize)
      • definesLimits

        public boolean definesLimits()