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

Method DropColumns

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

DropColumns drop column from the table

(table string, columnName ...string)

Source from the content-addressed store, hash-verified

119 AddColumn(table, columnName string, columnType ColumnType) errors.Error
120 // DropColumns drop column from the table
121 DropColumns(table string, columnName ...string) errors.Error
122 // Exec executes raw sql query
123 Exec(query string, params ...interface{}) errors.Error
124 // Cursor returns a database cursor, cursor is especially useful when handling big amount of rows of data

Callers 15

UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
ChangeColumnsTypeFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
DeleteFieldMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected