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

Struct TransactionModes

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

TransactionModes holds the transaction modes for a transaction.

Source from the content-addressed store, hash-verified

94
95// TransactionModes holds the transaction modes for a transaction.
96type TransactionModes struct {
97 Isolation IsolationLevel
98 UserPriority UserPriority
99 ReadWriteMode ReadWriteMode
100 AsOf AsOfClause
101}
102
103// Format implements the NodeFormatter interface.
104func (node *TransactionModes) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected