IntelliJ IDEA 11.1 Web Help

Some features described here are available in Ultimate edition only.

Data Sources tool window > select data source > select table > use one of the following:


Use the toolbar buttons, context menu commands, and keyboard shortcuts available in the Table Editor to manipulate database records and perform associated tasks.

Toolbar buttons, context menu commands and keyboard shortcuts

Button Command Shortcut Function
dataSourceTableEditorFirstPage First Page Go to the first page.

Note

Table rows are distributed among pages which are shown one at a time. Each page accommodates the same number of rows. The number of rows per page is configurable.

dataSourceTableEditorPreviousPage Previous Page Ctrl+Alt+UpCommand Alt Up Go to the previous page.
dataSourceTableEditorNextPage Next Page Ctrl+Alt+DownCommand Alt Down Go to the next page.
dataSourceTableEditorLastPage Last Page Go to the last page.
refresh Reload Page Ctrl+RCommand R Refresh the current table view. This function may be used in order to:
  • Synchronize the data currently shown with the actual contents of the table in the database.
  • Apply the page size setting after its change.
add Add New Row Alt+InsertControl N Add a new record to the table.
delete Delete Selected Rows Ctrl+YCommand Y Remove the selected range of rows from the table.
filter.png Filters and Ordering Ctrl+F12Command F12 Open the Filters and Ordering dialog to specify sorting and filtering conditions.
properties Properties Open the Table Editor Properties dialog to set the number of rows per page or to specify data export format.
icon_sqlCopyQuery Copy Query Ctrl+Alt+Shift+CCommand Alt Shift C Copy the query that generated the current table view to the clipboard.
icon_sqlCopyValues Copy Ctrl+C Command C or Ctrl+Insert Command Insert Copy the values currently selected in the table to the clipboard. The format of data placed to the clipboard is defined by the data export format.
mainToolbarSave Save LOB As Save the large object (LOB) currently selected in the table in a file.

See Also

Language and Framework-Specific Guidelines:

Reference:

Web Resources: