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

Method Format

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

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

213
214// Format implements the NodeFormatter interface.
215func (node *ReleaseSavepoint) Format(ctx *FmtCtx) {
216 ctx.WriteString("RELEASE SAVEPOINT ")
217 node.Savepoint.Format(ctx)
218}
219
220// RollbackToSavepoint represents a ROLLBACK TO SAVEPOINT <name> statement.
221type RollbackToSavepoint struct {

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected