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

Method DropDatabase

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

Source from the content-addressed store, hash-verified

87 DropAllTables(database string) error
88 CreateDatabase(database string) error
89 DropDatabase(database string) error
90 Exec(stmt string, args ...any) error
91 }
92

Callers 3

DropDatabaseMethod · 0.65
TearDownMySQLDatabaseFunction · 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