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

Struct Prepare

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

Prepare represents a PREPARE statement.

Source from the content-addressed store, hash-verified

17
18// Prepare represents a PREPARE statement.
19type Prepare struct {
20 Name Name
21 Types []*types.T
22 Statement Statement
23}
24
25// Format implements the NodeFormatter interface.
26func (node *Prepare) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected