Class ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit

    • Field Detail

      • rowLimit

        private int rowLimit
    • Constructor Detail

      • CommandWithTimeoutAndRowLimit

        private CommandWithTimeoutAndRowLimit​(long timeout)
      • CommandWithTimeoutAndRowLimit

        private CommandWithTimeoutAndRowLimit​(long timeout,
                                              int rowLimit)
    • Method Detail

      • setRowLimit

        protected void setRowLimit​(java.sql.Statement stmt)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException