MCPcopy Create free account
hub / github.com/outerbase/studio / close

Method close

src/window.d.ts:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 query(statement: string): Promise<DatabaseResultSet>;
19 transaction(statements: string[]): Promise<DatabaseResultSet[]>;
20 close(): void;
21}
22
23declare global {

Callers 7

maFunction · 0.65
onElectronBackFunction · 0.65
MainConnectionFunction · 0.65
SavedDocTabFunction · 0.65
closeFunction · 0.65
closeMethod · 0.65
PlaygroundEditorBodyFunction · 0.65

Implementers 3

SqliteLikeBaseDriversrc/drivers/sqlite-base-driver.ts
PostgresLikeDriversrc/drivers/postgres/postgres-driver.t
MySQLLikeDriversrc/drivers/mysql/mysql-driver.ts

Calls

no outgoing calls

Tested by

no test coverage detected