MCPcopy
hub / github.com/go-gorm/gorm / Exec

Method Exec

generics.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, sql string, values ...interface{})

Source from the content-addressed store, hash-verified

38type Interface[T any] interface {
39 Raw(sql string, values ...interface{}) ExecInterface[T]
40 Exec(ctx context.Context, sql string, values ...interface{}) error
41 CreateInterface[T]
42}
43

Callers 15

ExecMethod · 0.65
CreateTableMethod · 0.65
DropTableMethod · 0.65
RenameTableMethod · 0.65
AddColumnMethod · 0.65
DropColumnMethod · 0.65
AlterColumnMethod · 0.65
RenameColumnMethod · 0.65
CreateViewMethod · 0.65
DropViewMethod · 0.65
CreateConstraintMethod · 0.65
DropConstraintMethod · 0.65

Calls

no outgoing calls