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

Method SavePoint

interfaces.go:43–43  ·  view source on GitHub ↗
(tx *DB, name string)

Source from the content-addressed store, hash-verified

41// SavePointerDialectorInterface save pointer interface
42type SavePointerDialectorInterface interface {
43 SavePoint(tx *DB, name string) error
44 RollbackTo(tx *DB, name string) error
45}
46

Callers 2

SavePointMethod · 0.65

Implementers 1

DBgorm.go

Calls

no outgoing calls

Tested by 1