list_routines
Lists stored procedures and functions in a MySQL database. Filter by schema or routine type to inspect available routines for administration and monitoring.
Instructions
Lista procedures e functions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemaName | No | Nome do schema para filtrar | |
| routineType | No | Tipo de rotina (PROCEDURE ou FUNCTION) | |
| connectionName | No | Nome da conexão para usar |