dbDBKraftDocs
Documentation/The workspace
Chapter 8

The icon toolbar

The second header row is the action toolbar. Every button dispatches to the active SQL editor unless noted.

IconTooltipAction
▶ greenExecute statement (F8)Runs the current statement (or the selection).
⏩ greenExecute script (F9)Runs the whole editor contents as a script.
⏹ redStop running queryMarks the running query as cancelled.
CommitCommits the SQL editor’s open transaction. Lights up green when work is pending.
RollbackRolls back the SQL editor’s open transaction. Lights up amber when work is pending.
Explain plan (F6)Produces the execution plan for the current statement.
Visual query builderOpens the point-and-click SELECT builder.
Format SQLReformats the editor contents.
📄+New query (new tab)Adds an empty editor tab.
📂Open query from fileLoads a .sql, .pks, .pkb or .txt file into a new tab.
💾Save query to fileSaves the active tab.
💾↓Save As…Saves the active tab under a new name and location.
💾⧉Save all tabsWrites every open tab to its own file.
⬇ blueExport Tables…Opens the Export Tables wizard.
⬆ blueImport Tables…Opens the Import Tables wizard.
🗔New IDE windowOpens a second, independent IDE window that prompts for its own connection.
🕘Query historyOpens the history dropdown.
SQL snippetsOpens the snippet library.
🗄 chip(display only)Shows SCHEMA@connection — the schema your statements run against.

At the right end of the row:

IconAction
🤖 BotShow/hide the AI assistant (Ctrl+Shift+A). Only appears on the Editor and Debugger modules.
TableShow/hide the bottom dock’s Data Grid.

Commit and Rollback are greyed out unless a manual-commit session is active. See §16.6 for what that means.