MCPcopy Index your code
hub / github.com/sequelize/sequelize / handleShowTablesQuery

Method handleShowTablesQuery

src/dialects/oracle/query.js:524–531  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

522 }
523
524 handleShowTablesQuery(results) {
525 return results.map(resultSet => {
526 return {
527 tableName: resultSet.TABLE_NAME,
528 schema: resultSet.TABLE_SCHEMA
529 };
530 });
531 }
532
533 formatError(err) {
534 let match;

Callers 1

formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected