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:
- With your cursor inside the SQL statement that you are
writing, type CTRL + SPACE.
- Use the up and down arrow keys to scroll through the list
of SQL keywords and database objects that the Java editor suggests.
- When you find an entry that you want to use in the statement,
highlight it and type Enter.