getTriggerDefinition
getTriggerDefinitionGet the full SQL definition of a known table trigger by specifying database, table, and trigger name. Use with describeTable to discover trigger names first.
Instructions
Return the full definition/body of one known table trigger. For trigger names and compact metadata, use describeTable first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | ||
| trigger | Yes | ||
| connection | Yes | Database to run against. Call listConnections for valid names; do not guess. |