A Java™ package in a project in your workspace.
- What happens when you select a Java package
in the SQL Outline view
- The name of the package appears in the Properties view.
- What happens when you double-click a Java package
in the SQL Outline view
- The first Java file that
appears in the hierarchy below the package opens in an editor. The
text cursor appears next to the first SQL statement that appears in
the hierarchy below the Java file.
- What option appears when you right-click a Java package in the SQL Outline view
- The option Show in Source appears on the
context menu. If you select it, the first Java file that appears in the hierarchy below
the package opens in an editor. The text cursor appears next to the
first SQL statement that appears in the hierarchy below the Java file.