MCPcopy
hub / github.com/sequelize/sequelize / isShowTablesQuery

Method isShowTablesQuery

src/dialects/abstract/query.js:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 isShowTablesQuery() {
229 return this.options.type === QueryTypes.SHOWTABLES;
230 }
231
232 handleShowTablesQuery(results) {
233 return _.flatten(results.map(resultSet => Object.values(resultSet)));

Callers 7

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
_handleQueryResponseMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected