Common
| Icon | Description |
|---|---|
|
Class |
|
Abstract Java class |
|
Annotation |
|
Enumeration |
|
Exception |
|
Final Java class |
|
Interface |
|
Java class that contains declaration of the main() method. |
|
Test case |
|
Java class located out of the source root. Refer to the section Configuring Content Roots for details. |
|
Java class excluded from compilation. |
|
Method |
|
Field |
|
Variable |
|
Property |
|
Parameter |
|
|
Visibility modifiers:
|
|
Element |
Data sources
| Icon | Description |
|---|---|
|
DB data source |
|
|
DDL data source |
|
Schema |
|
Table |
|
Column |
|
Column with a primary key |
|
Column with a foreign key |
|
Column with an index |
|
Primary key |
|
Foreign key |
|
Index |
|
Database connection node for a data source.
IntelliJ IDEA establishes a database connection automatically first time it needs to execute a query,
and closes it automatically upon the session end. If necessary, a connection can be terminated manually,
using the toolbar button |

.
