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

Method Exec

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

Exec executes raw sql query

(query string, params ...interface{})

Source from the content-addressed store, hash-verified

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
125 Cursor(clauses ...Clause) (Rows, errors.Error)
126 // Fetch loads row data from `cursor` into `dst`

Callers 15

CheckDbConnectionFunction · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
UpMethod · 0.65
transactionalDeleteMethod · 0.65
deleteScopeDataMethod · 0.65
prepareDBMethod · 0.65
ExecuteMethod · 0.65
batchRenameColumnsFunction · 0.65
UpMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected