MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Execute

Struct Execute

pkg/sql/sem/tree/prepare.go:59–65  ·  view source on GitHub ↗

Execute represents an EXECUTE statement.

Source from the content-addressed store, hash-verified

57
58// Execute represents an EXECUTE statement.
59type Execute struct {
60 Name Name
61 Params Exprs
62 // DiscardRows is set when we want to throw away all the rows rather than
63 // returning for client (used for testing and benchmarking).
64 DiscardRows bool
65}
66
67// Format implements the NodeFormatter interface.
68func (node *Execute) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected