get_indexes
Retrieve all indexes for a given MySQL table by providing connection and table names. Use it to inspect table structure and optimize query performance.
Instructions
Lista todos os índices de uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Nome da tabela | |
| databaseName | No | Nome do banco de dados | |
| connectionName | Yes | Nome da conexão |