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

Struct CommitTransaction

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

CommitTransaction represents a COMMIT statement.

Source from the content-addressed store, hash-verified

246
247// CommitTransaction represents a COMMIT statement.
248type CommitTransaction struct{}
249
250// Format implements the NodeFormatter interface.
251func (node *CommitTransaction) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected