MCPcopy Create free account
hub / github.com/sequelize/sequelize / handleShowTablesQuery

Method handleShowTablesQuery

src/dialects/db2/query.js:332–339  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

330 }
331
332 handleShowTablesQuery(results) {
333 return results.map(resultSet => {
334 return {
335 tableName: resultSet.TABLE_NAME,
336 schema: resultSet.TABLE_SCHEMA
337 };
338 });
339 }
340
341 handleShowConstraintsQuery(data) {
342 // Remove SQL Contraints from constraints list.

Callers 1

formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected