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

Method Format

pkg/sql/sem/tree/set.go:93–96  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

91
92// Format implements the NodeFormatter interface.
93func (node *SetSessionCharacteristics) Format(ctx *FmtCtx) {
94 ctx.WriteString("SET SESSION CHARACTERISTICS AS TRANSACTION")
95 node.Modes.Format(ctx)
96}
97
98// SetTracing represents a SET TRACING statement.
99type SetTracing struct {

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected