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

Method Format

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

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

224
225// Format implements the NodeFormatter interface.
226func (node *RollbackToSavepoint) Format(ctx *FmtCtx) {
227 ctx.WriteString("ROLLBACK TRANSACTION TO SAVEPOINT ")
228 node.Savepoint.Format(ctx)
229}

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected