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

Method Format

pkg/sql/sem/tree/txn.go:204–207  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

202
203// Format implements the NodeFormatter interface.
204func (node *Savepoint) Format(ctx *FmtCtx) {
205 ctx.WriteString("SAVEPOINT ")
206 node.Name.Format(ctx)
207}
208
209// ReleaseSavepoint represents a RELEASE SAVEPOINT <name> statement.
210type ReleaseSavepoint struct {

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected