MCPcopy Create free account
hub / github.com/temporalio/temporal / DropTable

Method DropTable

common/persistence/sql/sqlplugin/interfaces.go:86–86  ·  view source on GitHub ↗
(table string)

Source from the content-addressed store, hash-verified

84 WriteSchemaUpdateLog(oldVersion string, newVersion string, manifestMD5 string, desc string) error
85 ListTables(database string) ([]string, error)
86 DropTable(table string) error
87 DropAllTables(database string) error
88 CreateDatabase(database string) error
89 DropDatabase(database string) error

Callers 1

DropTableMethod · 0.65

Implementers 4

Connectiontools/sql/conn.go
dbcommon/persistence/sql/sqlplugin/postg
dbcommon/persistence/sql/sqlplugin/mysql
dbcommon/persistence/sql/sqlplugin/sqlit

Calls

no outgoing calls

Tested by

no test coverage detected