Team Edition Documentation
- Introduction to Team Edition
- Web client
- Desktop client
- Architecture
Deployment
Configuration
- Initial server configuration
- How to migrate to Team edition
- Domain manager
- Server administration
- Server management
- Pre configured permissions for connections
- Query manager database configuration
Administration
- Access Management
- Authentication methods
Admin preferences and tools
Web user guide
Configure connection
- Create Connection
- Connection Templates Management
- Drivers Management
- Cloud databases configuration
- User creation
- User credentials storage
Editors
User interface
Integrated tools
Desktop user guide
Configure connection
- Guide to creating database connections
- Disconnecting from database
- Editing database connection
- Invalidating and reconnecting to database
- Local client configuration
- Connection types
- Multiple datasource connections
- Configure connection initialization settings
- Network configuration settings
- Databases authentication models
- Cloud databases configuration
- Driver settings
Databases support
- Classic
- Cloud
- Embedded
- Database Navigator panel
- Editors
- Editors overview
- Data Editor tools
- SQL Editor tools
- Entity Relation Diagrams
- Properties Editor
- SQL Code Editor
- Dashboards
- Work with transactions
- Query Manager
- Data import/export and operations
- Schema compare
- Search
- Tasks
- Integrated tools
- User interface
- Keyboard shortcuts
- Certificate management
- Configuration files
Navigation
Table of contents
Scrolling Results Page
If the result set has many rows, you can scroll the results page. To learn how many rows the data table contains, click the Calculate total row count button in the bottom toolbar. The number of rows appears in a status field next to the button: . Alternatively, you can right-click a cell in the table and then click Navigate -> Row Count on the context menu.
By default, Team Edition limits the number of rows fetched to 200 (you can change this value in the main toolbar or in preferences). The maximum number of rows that Team Edition fetches to display in the Data tab is specified in the Maximum result-set size field in the main toolbar: `
Once you scroll to the last row of the current result portion, Team Edition fetches the next portion (next N rows). You can disable this behavior in preferences. You can also manually fetch the next portion of data equal to the maximum result set size. To do so, click the Fetch next page of results button () in the bottom toolbar or right-click the table and click Navigate -> Fetch next page on the context menu.
The number of rows fetched is visible in the status field under the data table:
To see the details, click the details button in the status field.
To fetch the whole result set, click the Fetch all rows button () in the bottom toolbar or right-click the table and click Navigate -> Fetch All Data on the context menu.
NOTE: Be careful when fetching the whole result set. If it is huge, it might cause program hangup or out-of-memory errors.
You can navigate through the result set using standard shortcuts Home, End, PgUp, PgDown, Ctrl+Home, Ctrl+End.
Data Rows
To jump to the first or last row or move one row forward or backward, use the navigation buttons in the bottom toolbar or on the context menu:
To jump to a specific line, right-click anywhere in the table and click Navigate -> Go to Line on the context menu. Then in the Go to Row dialog box, enter the row number and click OK.
History
Team Edition remembers the history of actions such as applying filters to data, opening reference tables and other tables via links. You can navigate among such tables and filtered views:
- Use the forward and backward buttons in the top toolbar:
- Click Ctrl+Left or Ctrl+Right
Hovering over these buttons displays the names of the tables or filtered views saved in the history.
Navigate Foreign Keys and Referencing Tables
You can navigate with foreign keys or reference tables – those that reference the current table. To open a referencing table, press Ctrl+1 or right-click the cell and click Navigate->Referencing tables->[table name]:
The referencing table opens in the same editor. To navigate back and forth between the initial and referencing tables, use the history navigation buttons () in the top toolbar of the editor. In order to open a referencing table in a new window use the Ctrl+Shift+1 shortcut to the show menu.
Navigation Links
In the data editor, you can navigate to linked tables – the ones that the current table references. To open a linked table, click the Navigate link icon in a cell that contains it:
Another way is to right-click such a cell and click Navigate -> Navigate link on the context menu. The linked table opens in the same editor, filtered by the cell value:
NOTE: The table name in green above the table indicates which table is currently open in the editor.
To navigate back and forth between the initial and linked tables, use the history navigation buttons () in the top toolbar of the editor.
You can open a linked table in a separate editor. To do so, simultaneously hold the Ctrl key (or ⌘ command key on macOS) and click the Navigate link icon () in the cell.