Class StatementOptions


  • public class StatementOptions
    extends Object
    Options for the creation of a JDBC statement
    • Constructor Detail

    • Method Detail

      • hasLimit

        public boolean hasLimit()
      • getFirstRow

        public Integer getFirstRow()
      • getMaxRows

        public Integer getMaxRows()
      • hasTimeout

        public boolean hasTimeout()
      • getTimeoutInMilliseconds

        public Integer getTimeoutInMilliseconds()
      • hasFetchSize

        public boolean hasFetchSize()
      • getFetchSize

        public Integer getFetchSize()