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§
- List
Triggers Input - The input parameters for the
list_triggerstool. - List
Triggers Output - The result of listing triggers in the database.
- List
Triggers Tool - 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.
- Trigger
Info - Metadata for a single trigger in the database.
Enums§
- List
Triggers Error - Errors specific to the
list_triggerstool.