MCPcopy Index your code
hub / github.com/sequelize/sequelize / isShowIndexesQuery

Method isShowIndexesQuery

src/dialects/mssql/query.js:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

formatResultsMethod · 0.95
formatResultsMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected