Package com.oltpbenchmark.benchmarks.wikipedia.procedures

Examples of com.oltpbenchmark.benchmarks.wikipedia.procedures.UpdatePage.run()


   
      if (LOG.isTraceEnabled())
          LOG.trace("UPDATING: Page: id:"+a.pageId+" ns:"+nameSpace +" title"+ pageTitle);
    UpdatePage proc = this.getProcedure(UpdatePage.class);
        assert (proc != null);
        proc.run(conn, a.textId, a.pageId, pageTitle, new String(newText),
                       nameSpace, userId, userIp, a.userText,
                       a.revisionId, revComment, revMinorEdit);
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.