MCPcopy
hub / github.com/sqldef/sqldef / RangeCond

Struct RangeCond

parser/node.go:2096–2100  ·  view source on GitHub ↗

RangeCond represents a BETWEEN or a NOT BETWEEN expression.

Source from the content-addressed store, hash-verified

2094
2095// RangeCond represents a BETWEEN or a NOT BETWEEN expression.
2096type RangeCond struct {
2097 Operator string
2098 Left Expr
2099 From, To Expr
2100}
2101
2102// RangeCond.Operator
2103const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected