()
| 344 | } |
| 345 | |
| 346 | isShowIndexesQuery() { |
| 347 | return this.sql.toLowerCase().startsWith('exec sys.sp_helpindex @objname'); |
| 348 | } |
| 349 | |
| 350 | handleShowIndexesQuery(data) { |
| 351 | // Group by index name, and collect all fields |
no outgoing calls
no test coverage detected