MCPcopy
hub / github.com/apache/devlake / AllTables

Method AllTables

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

AllTables returns all tables in database

()

Source from the content-addressed store, hash-verified

153 Delete(entity interface{}, clauses ...Clause) errors.Error
154 // AllTables returns all tables in database
155 AllTables() ([]string, errors.Error)
156 // DropTables drops all specified tables
157 DropTables(dst ...interface{}) errors.Error
158 // HasTable checks if table exists

Callers 3

getAffectedTablesMethod · 0.65
getAffectedTablesMethod · 0.65
getExportingTablesFunction · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected