IntelliJ IDEA 2018.2 Help

Rename Dialog for a Table or Column

Refactor | Rename
Shift+F6


Use this dialog to rename a table or column.

In addition to renaming the table or column itself, IntelliJ IDEA can also look for the usages of the table or column name. If found, the changes you are making to the table or column name can also be applied to these usages.

Item

Description

Rename <table or column> and its usages to

Specify a new name for the table or column.

Search in comments and strings

If this checkbox is selected, IntelliJ IDEA will look for occurrences of the table or column name within comments and string literals in your source code files.

SQL Script

The statement to be run to rename the table or column. If necessary, you can edit the statement right in this pane.

Refactor

Execute the statement and make associated changes right away.

Preview

Preview potential associated changes prior to executing the statement. See Previewing changes.

Last modified: 20 November 2018

See Also