Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
ConstraintInterface
interface
{
9
GetName() string
10
Build() (sql string, vars []
interface
{})
11
}
12
Callers
2
DropConstraint
Method · 0.65
HasConstraint
Method · 0.65
Implementers
3
Constraint
schema/relationship.go
CheckConstraint
schema/constraint.go
UniqueConstraint
schema/constraint.go
Calls
no outgoing calls
Tested by
no test coverage detected