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

Method String

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

Source from the content-addressed store, hash-verified

1060}
1061
1062func (p LockingWaitPolicy) String() string {
1063 return lockingWaitPolicyName[p]
1064}
1065
1066// Format implements the NodeFormatter interface.
1067func (p LockingWaitPolicy) Format(ctx *FmtCtx) {

Callers 2

docTableMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected