Package com.oltpbenchmark.benchmarks.wikipedia.procedures

Examples of com.oltpbenchmark.benchmarks.wikipedia.procedures.GetPageAnonymous


   * @throws SQLException
   * @throws UnknownHostException
   */
  public Article getPageAnonymous(boolean forSelect, String userIp,
                              int nameSpace, String pageTitle) throws SQLException {
    GetPageAnonymous proc = this.getProcedure(GetPageAnonymous.class);
        assert (proc != null);
        return proc.run(conn, forSelect, userIp, nameSpace, pageTitle);
  }
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.benchmarks.wikipedia.procedures.GetPageAnonymous

Copyright © 2018 www.massapicom. 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.