MCPcopy Create free account
hub / github.com/damms005/devdb-vscode / getTables

Method getTables

src/types.ts:101–101  ·  view source on GitHub ↗

* Gets the tables in the database

()

Source from the content-addressed store, hash-verified

99 * Gets the tables in the database
100 */
101 getTables(): Promise<string[]>
102
103 getTableCreationSql(table: string): Promise<string>
104

Callers 9

getTablesMethod · 0.65
getTablesMethod · 0.65
mysql.test.tsFile · 0.65
mssql.test.tsFile · 0.65
sqlite.test.tsFile · 0.65
postgres.test.tsFile · 0.65
goToTableFunction · 0.65
getTablesFunction · 0.65
startHttpServerFunction · 0.65

Implementers 7

PostgresSshEnginesrc/database-engines/postgres-ssh-engi
MysqlSshEnginesrc/database-engines/mysql-ssh-engine.
MysqlEnginesrc/database-engines/mysql-engine.ts
MssqlEnginesrc/database-engines/mssql-engine.ts
SqliteEnginesrc/database-engines/sqlite-engine.ts
PostgresEnginesrc/database-engines/postgres-engine.t
MongodbEnginesrc/database-engines/mongodb-engine.ts

Calls

no outgoing calls

Tested by

no test coverage detected