< Previous | Next >

Tutorial: Enable pureQuery client optimization

Learn how to use the workbench to create a Java™ application that is enabled with pureQuery client optimization. Then learn how to export the application to a directory on your computer and configure your computer to run the application with pureQuery client optimization enabled.

You enable an application with pureQuery client optimization to control how SQL statements are run by the application without modifying application source code. Rather than requiring changes to application code, pureQuery client optimization changes how a JDBC driver interacts with the application.

In a workbench Java project that is enabled with pureQuery support, you can enable the application with pureQuery client optimization. You can perform tasks in the workbench such as:
  • Capture and manage SQL statements that are issued by the application.
  • Manage relationships between SQL statements, database objects, and Java source code.
  • Run SQL statements.
  • Test pureQuery client optimization configurations that control how SQL statements are run.

Learning objectives

After you complete this tutorial, you will be able to do the following tasks:

Time required

This tutorial takes approximately 90 minutes to finish. If you explore other concepts related to this tutorial, it could take longer to complete.

Skill level

Intermediate

Audience

Java application developers

System requirements

To complete this tutorial, you must have the following software:

Prerequisites

To complete this tutorial, you should be familiar with the following concepts:

Expected results

You will be able to do the following tasks:
< Previous | Next >

Feedback