Class RowSelection


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

      • RowSelection

        public RowSelection()
    • Method Detail

      • setFirstRow

        public void setFirstRow​(java.lang.Integer firstRow)
      • setFirstRow

        public void setFirstRow​(int firstRow)
      • getFirstRow

        public java.lang.Integer getFirstRow()
      • setMaxRows

        public void setMaxRows​(java.lang.Integer maxRows)
      • setMaxRows

        public void setMaxRows​(int maxRows)
      • getMaxRows

        public java.lang.Integer getMaxRows()
      • setTimeout

        public void setTimeout​(java.lang.Integer timeout)
      • setTimeout

        public void setTimeout​(int timeout)
      • getTimeout

        public java.lang.Integer getTimeout()
      • getFetchSize

        public java.lang.Integer getFetchSize()
      • setFetchSize

        public void setFetchSize​(java.lang.Integer fetchSize)
      • setFetchSize

        public void setFetchSize​(int fetchSize)
      • definesLimits

        public boolean definesLimits()