MCPcopy
hub / github.com/sqldef/sqldef / ConcatExpr

Struct ConcatExpr

parser/node.go:2001–2003  ·  view source on GitHub ↗

ConcatExpr represents a PostgreSQL string concatenation: A || B.

Source from the content-addressed store, hash-verified

1999
2000// ConcatExpr represents a PostgreSQL string concatenation: A || B.
2001type ConcatExpr struct {
2002 Left, Right Expr
2003}
2004
2005// Format formats the node.
2006func (node *ConcatExpr) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected