PyCharm 2.7.2 Web Help

In this section:

Common

IconDescription
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.
pythonScript Python script
method Method
img Field
controllerRails controller
module Module
method_alias Alias of a method
global_variable Global variable
instance_variable Instance variable
ruby_class_variable Class variable
constant Constant
hash_key Hash key
variable Variable
img Property
property_yellow Parameter
xml_element Element
folderDirectory
iconPackagePackage
rootSourceSource root
rootExcludedExcluded root
Visibility modifiers
private.pngprivate
protected.pngprotected
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).

PyCharm 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: