MCPcopy
hub / github.com/sqlc-dev/sqlc / XmlExpr

Struct XmlExpr

internal/sql/ast/xml_expr.go:3–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type XmlExpr struct {
4 Xpr Node
5 Op XmlExprOp
6 Name *string
7 NamedArgs *List
8 ArgNames *List
9 Args *List
10 Xmloption XmlOptionType
11 Type Oid
12 Typmod int32
13 Location int
14}
15
16func (n *XmlExpr) Pos() int {
17 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected