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

Interface Expression

clause/expression.go:11–13  ·  clause/expression.go::Expression

Expression expression interface

Source from the content-addressed store, hash-verified

9
10// Expression expression interface
11type Expression interface {
12 Build(builder Builder)
13}
14
15// NegationExpressionBuilder negation expression builder
16type NegationExpressionBuilder interface {

Callers 6

NegationBuildMethod · 0.65
NegationBuildMethod · 0.65
NegationBuildMethod · 0.65
NegationBuildMethod · 0.65
NegationBuildMethod · 0.65
NegationBuildMethod · 0.65

Implementers 15

Statementstatement.go
SoftDeleteQueryClausesoft_delete.go
resultgenerics.go
Whereclause/where.go
AndConditionsclause/where.go
OrConditionsclause/where.go
NotConditionsclause/where.go
Fromclause/from.go
Exprclause/expression.go
NamedExprclause/expression.go

Calls

no outgoing calls

Tested by

no test coverage detected