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

Method String

pkg/sql/sem/tree/select.go:1021–1023  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019}
1020
1021func (s LockingStrength) String() string {
1022 return lockingStrengthName[s]
1023}
1024
1025// Format implements the NodeFormatter interface.
1026func (s LockingStrength) Format(ctx *FmtCtx) {

Callers 2

docTableMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected