MCPcopy Create free account
hub / github.com/apache/devlake / DropTables

Method DropTables

backend/core/dal/dal.go:157–157  ·  view source on GitHub ↗

DropTables drops all specified tables

(dst ...interface{})

Source from the content-addressed store, hash-verified

155 AllTables() ([]string, errors.Error)
156 // DropTables drops all specified tables
157 DropTables(dst ...interface{}) errors.Error
158 // HasTable checks if table exists
159 HasTable(table interface{}) bool
160 // HasColumn checks if column exists

Callers 15

UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
TransformTableFunction · 0.65
lockDatabaseFunction · 0.65
ExecuteMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected