Class QueryOptions


  • public class QueryOptions
    extends Object
    • Field Detail

      • DEFAULT_RS_OPTIONS

        public static final QueryOptions DEFAULT_RS_OPTIONS
      • ONE_ROW_RESULT_OPTIONS

        public static final QueryOptions ONE_ROW_RESULT_OPTIONS
      • LARGE_RESULTSET_OPTIONS

        public static final QueryOptions LARGE_RESULTSET_OPTIONS
      • LARGE_RESULTSET_OPTIONS_MYSQL

        public static final QueryOptions LARGE_RESULTSET_OPTIONS_MYSQL
    • Constructor Detail

      • QueryOptions

        public QueryOptions()
    • Method Detail

      • getResultSetType

        public int getResultSetType()
      • getResultSetConcurrency

        public int getResultSetConcurrency()
      • getFetchSize

        public int getFetchSize()
      • getMaxRows

        public int getMaxRows()
      • setResultSetType

        public void setResultSetType​(int resultSetType)
      • setResultSetConcurrency

        public void setResultSetConcurrency​(int resultSetConcurrency)
      • setFetchSize

        public void setFetchSize​(int fetchSize)
      • setMaxRows

        public void setMaxRows​(int maxRows)