MCPcopy Index your code
hub / github.com/apache/devlake / HasTable

Method HasTable

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

HasTable checks if table exists

(table interface{})

Source from the content-addressed store, hash-verified

157 DropTables(dst ...interface{}) errors.Error
158 // HasTable checks if table exists
159 HasTable(table interface{}) bool
160 // HasColumn checks if column exists
161 HasColumn(table interface{}, columnName string) bool
162 // RenameTable renames table name

Callers 12

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
GetAllPipelinesIteratorFunction · 0.65
UpMethod · 0.65
HasTableMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected