List cursors
list_cursorsList all open server-side cursors and view their SQL statements, rows returned, age, and time-to-live before auto-close.
Instructions
List every currently-open server-side cursor with its SQL, rows_returned so far, age in seconds, and the TTL after which it'll be auto-closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |