IntelliJ IDEA 12.1.0 Web Help

Some features described here are available in Ultimate edition only.

You can access tables immediately from the Database tool window, without executing queries explicitly.

To view the structure of a table
  1. In the Database tool window, expand the desired data source node.
  2. Select the desired table and press Ctrl+Q or Alt+Button2 ClickCtrl+Q or Alt+Button2 ClickCtrl+Q or Alt+Button2 ClickCtrl+Q or Alt+Button2 ClickCtrl+Q or Alt+Button2 ClickCtrl+Q or Alt+Button2 ClickCtrl+Q or Shift+F1Ctrl+Q or Alt+Button2 ClickAlt+Button2 Click, Ctrl+Shift+Space or F2Control J or Control Button2 ClickControl J or Control Button2 ClickAlt Button2 Click or F2. IntelliJ IDEA opens a quick documentation look-up window, which displays the following information:
    • The CREATE TABLE query through which the table has been created.
    • Results of executing the SELECT * FROM table_name query (the first 10 rows of the table).

See Also

Concepts:

Procedures:

Reference:

Web Resources: