list_routines
List stored procedures or functions in a MySQL database. Specify routine type and optional database to filter results.
Instructions
列出存储过程或函数。
Parameters: routine_type: PROCEDURE 或 FUNCTION
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| routine_type | No | PROCEDURE |