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

Method handleShowTablesQuery

lib/dialects/mssql/query.js:239–246  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

237 }
238
239 handleShowTablesQuery(results) {
240 return results.map(resultSet => {
241 return {
242 tableName: resultSet.TABLE_NAME,
243 schema: resultSet.TABLE_SCHEMA
244 };
245 });
246 }
247
248 handleShowConstraintsQuery(data) {
249 //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