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

Method dropView

src/drivers/sqlite-base-driver.ts:298–300  ·  view source on GitHub ↗
(schemaName: string, name: string)

Source from the content-addressed store, hash-verified

296 }
297
298 dropView(schemaName: string, name: string): string {
299 return `DROP VIEW IF EXISTS ${this.escapeId(schemaName)}.${this.escapeId(name)}`;
300 }
301
302 override async findFirst(
303 schemaName: string,

Callers

nothing calls this directly

Calls 1

escapeIdMethod · 0.95

Tested by

no test coverage detected