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

Method handleShowTablesQuery

src/dialects/mssql/query.js:248–255  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

246 }
247
248 handleShowTablesQuery(results) {
249 return results.map(resultSet => {
250 return {
251 tableName: resultSet.TABLE_NAME,
252 schema: resultSet.TABLE_SCHEMA
253 };
254 });
255 }
256
257 handleShowConstraintsQuery(data) {
258 //Convert snake_case keys to camelCase as it's generated by stored procedure

Callers 2

formatResultsMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected