IntelliJ IDEA 12.1.0 Web Help

In this section:

Common

IconDescription
classTypeJavaClassClass
classTypeAbstract Abstract Java class
classTypeAnnot Annotation
classTypeEnum Enumeration
classTypeException Exception
img Final Java class
classTypeInterface Interface
classTypeMain Java class that contains declaration of the main() method.
classTypeTestCase Test case
classTypeJavaOutOfSourceRoot Java class located out of the source root. Refer to the section Configuring Content Roots for details.
excludeFromCompilation.png Java class excluded from compilation.
method Method
img Field
variable Variable
img Property
property_yellow Parameter
xml_element Element
folderDirectory
iconPackagePackage
rootExcludedExcluded root
Visibility modifiers
private.pngprivate
protected.pngprotected
package_protected.pngpackage protected
public.pngpublic

Data sources

IconDescription
DataSource DB data source
database_connection.png Database connection for a DB data source (appears right underneath the corresponding data source node as soon as the connection is established).

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 context menu command stop Close Connection.

icon_SqlDataSource DDL data source
dataSchema.png Schema
DataTables Table
dataColumn Column
dataColumnNotNull A NOT NULL column
dataPkColumn.png Column with a primary key
dataFkColumn.png Column with a foreign key
dataIndexedColumn.png Column with an index
dataPrimaryKey Primary key
dataForeignKey Foreign key
dataIndex Index
dataView View
dataFunction Stored procedure or function

See Also

Procedures:

Reference:

Web Resources: