Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ handleShowTablesQuery
Method
handleShowTablesQuery
lib/dialects/mariadb/query.js:284–289 ·
view source on GitHub ↗
(results)
Source
from the content-addressed store, hash-verified
282
}
283
284
handleShowTablesQuery(results) {
285
return
results.map(resultSet => ({
286
tableName: resultSet.TABLE_NAME,
287
schema: resultSet.TABLE_SCHEMA
288
}));
289
}
290
291
handleShowIndexesQuery(data) {
292
Callers
1
formatResults
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected