MCPcopy
hub / github.com/sqldef/sqldef / NotExpr

Struct NotExpr

parser/node.go:2011–2013  ·  view source on GitHub ↗

NotExpr represents a NOT expression.

Source from the content-addressed store, hash-verified

2009
2010// NotExpr represents a NOT expression.
2011type NotExpr struct {
2012 Expr Expr
2013}
2014
2015// Format formats the node.
2016func (node *NotExpr) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected