MCPcopy
hub / github.com/sequelize/sequelize / isShowIndexesQuery

Method isShowIndexesQuery

lib/dialects/mssql/query.js:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

formatResultsMethod · 0.95
formatResultsMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected