Events
The Events interface displays a list of configured database events. This section allows you to manage these events, which execute SQL queries based on defined conditions.
Interface Overview
The following table describes the main elements of the Events interface:
| Element | Description |
|---|---|
| Create db event | Opens the dialog to create a new database event. |
| Select an action | Provides options to delete or modify selected database events. |
| Search by db event name | Filters the list of database events by name. |
| Show next 10 | Displays the next 10 database events in the list. |
| Order by file event name | Sorts the database events by name. |
Creating a Database Event
Follow these steps to create a new database event:
- Click the Create db event button to open the creation dialog.
- Fill in the required fields as described below.
- Click Save.
Database Event Fields
The following fields are available when creating a database event:
| Element | Description |
|---|---|
| Name | A unique name for the database event. |
| Description | An optional description for the database event. |
| Db connection name | Selects a pre-configured database connection. |
| SQL text | The SQL query to execute. The event condition is met if the query returns any result. |

