Skip to main content

Module list_triggers_tool

Module list_triggers_tool 

Source
Expand description

The list_triggers tool: returns all triggers in the database, or only those attached to a specific table. Each trigger includes its name, table, event, timing, and full SQL definition.

Structs§

ListTriggersInput
The input parameters for the list_triggers tool.
ListTriggersOutput
The result of listing triggers in the database.
ListTriggersTool
List all triggers in the database, or only those for a given table. Returns each trigger’s name, table, event, timing, and full SQL. Useful for understanding data-change side effects before issuing write queries.
TriggerInfo
Metadata for a single trigger in the database.

Enums§

ListTriggersError
Errors specific to the list_triggers tool.