()
| 335 | } |
| 336 | |
| 337 | isShowIndexesQuery() { |
| 338 | return this.sql.toLowerCase().startsWith('exec sys.sp_helpindex @objname'); |
| 339 | } |
| 340 | |
| 341 | handleShowIndexesQuery(data) { |
| 342 | // Group by index name, and collect all fields |
no outgoing calls
no test coverage detected