disconnect
Closes the current database connection and releases its connection pool. Reconnect with connect before running queries or commands; calling it while disconnected is safe.
Instructions
主动断开当前数据库连接并释放连接池。断开后再次执行 query / execute 等操作前需调用 connect 工具重新连接。未连接时调用也安全(幂等)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||