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

Method dropView

src/drivers/postgres/postgres-driver.ts:431–433  ·  view source on GitHub ↗
(schemaName: string, name: string)

Source from the content-addressed store, hash-verified

429 }
430
431 dropView(schemaName: string, name: string): string {
432 return `DROP VIEW IF EXISTS ${this.escapeId(schemaName)}.${this.escapeId(name)}`;
433 }
434
435 inferTypeFromHeader(): ColumnType | undefined {
436 return undefined;

Callers

nothing calls this directly

Calls 1

escapeIdMethod · 0.95

Tested by

no test coverage detected