MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Format

Method Format

postgres/parser/sem/tree/txn.go:291–294  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

289
290// Format implements the NodeFormatter interface.
291func (node *RollbackToSavepoint) Format(ctx *FmtCtx) {
292 ctx.WriteString("ROLLBACK TRANSACTION TO SAVEPOINT ")
293 node.Savepoint.Format(ctx)
294}

Callers

nothing calls this directly

Calls 2

WriteStringMethod · 0.80
FormatMethod · 0.65

Tested by

no test coverage detected