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

Method GetName

schema/interfaces.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7// ConstraintInterface database constraint interface
8type ConstraintInterface interface {
9 GetName() string
10 Build() (sql string, vars []interface{})
11}
12

Callers 2

DropConstraintMethod · 0.65
HasConstraintMethod · 0.65

Implementers 3

Constraintschema/relationship.go
CheckConstraintschema/constraint.go
UniqueConstraintschema/constraint.go

Calls

no outgoing calls

Tested by

no test coverage detected