Inserting SQL keywords and database objects as you write SQL statements in the Java editor

As you write an SQL statement, you can type CTRL + SPACE to display SQL keywords and database objects that you can insert into that statement.

Before you begin

The Java™ code in which the SQL statements appear must be part of a Java project that is enabled for development with pureQuery.

Procedure

To insert SQL keywords and database objects as you write SQL statements:

  1. With your cursor inside the SQL statement that you are writing, type CTRL + SPACE.
  2. Use the up and down arrow keys to scroll through the list of SQL keywords and database objects that the Java editor suggests.
  3. When you find an entry that you want to use in the statement, highlight it and type Enter.

Feedback