The UQL Editor is located at the top of Ultipa Manager:
UQL/Shortcuts Switcher
Click to switch between the UQL editing mode and shortcuts.
UQL editing mode
Shortcuts
User & GraphSet
The names of the current server user and graphset are displayed. By clicking on the graphset name, you can view all the graphsets within the instance.
UQL Editing Area
You can freely write UQL in the editing area. The UQL Editor will provide hints for commonly used commands, keywords, parameters, as well as the schemas and properties present in the graphset. Different elements of the UQL are displayed in different colors to improve readability and understanding.
When using the Ultipa Manager interface, certain actions like clicking the View icon of a schema in the Schema drawer will result in the corresponding UQL being sent to the UQL Editor. In such cases, you need to execute the UQL manually to finish the action.
Keyboard Shortcuts
Function | Single Line | Multi-Line |
---|---|---|
Run UQL | Enter | Ctrl + Enter |
Line Break | Shift + Enter | Enter |
History UQL | Up/Down | Ctrl + Up/Down |
Close Hint | Tab | Tab |
Run
Click the Run icon to execute the entire UQL code present in the editing area:
You have the flexibility to choose a portion of the UQL code and execute it by clicking the Run icon that appears in front of the selection area:
Favorite
Click the Favorite icon to add or remove the UQL codes from the editing area to your Favorite UQLs. You can access the list of favorite UQLs in the Records section
Records
Click the Records icon to open the UQL Records window. This windows includes lists of History and Favorite UQLs, each list saves a maximum of 100 UQL records.
When you click on any record in this window, the corresponding UQL will be immediately sent to the UQL editing area, overwriting any existing content. To delete a record, simply click the × icon located on the right side of each UQL entry.