MCPcopy
hub / github.com/sequelize/sequelize / handleShowTablesQuery

Method handleShowTablesQuery

lib/dialects/db2/query.js:320–327  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

318 }
319
320 handleShowTablesQuery(results) {
321 return results.map(resultSet => {
322 return {
323 tableName: resultSet.TABLE_NAME,
324 schema: resultSet.TABLE_SCHEMA
325 };
326 });
327 }
328
329 handleShowConstraintsQuery(data) {
330 // Remove SQL Contraints from constraints list.

Callers 1

formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected