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

Method isShowTablesQuery

lib/dialects/abstract/query.js:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 }
203
204 isShowTablesQuery() {
205 return this.options.type === QueryTypes.SHOWTABLES;
206 }
207
208 handleShowTablesQuery(results) {
209 return _.flatten(results.map(resultSet => Object.values(resultSet)));

Callers 6

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