MCPcopy
hub / github.com/sqldef/sqldef / Expr

Interface Expr

parser/node.go:1919–1922  ·  view source on GitHub ↗

Expr represents an expression.

Source from the content-addressed store, hash-verified

1917
1918// Expr represents an expression.
1919type Expr interface {
1920 iExpr()
1921 SQLNode
1922}
1923
1924func (*AndExpr) iExpr() {}
1925func (*OrExpr) iExpr() {}

Callers

nothing calls this directly

Implementers 15

Subqueryparser/node.go
FuncExprparser/node.go
AndExprparser/node.go
OrExprparser/node.go
ConcatExprparser/node.go
NotExprparser/node.go
ParenExprparser/node.go
ComparisonExprparser/node.go
RangeCondparser/node.go
IsExprparser/node.go
ExistsExprparser/node.go
SQLValparser/node.go

Calls

no outgoing calls

Tested by

no test coverage detected