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

Struct HelpMessage

postgres/parser/parser/help.go:46–54  ·  view source on GitHub ↗

HelpMessage describes a contextual help message.

Source from the content-addressed store, hash-verified

44
45// HelpMessage describes a contextual help message.
46type HelpMessage struct {
47 // Command is set if the message is about a statement.
48 Command string
49 // Function is set if the message is about a built-in function.
50 Function string
51
52 // HelpMessageBody contains the details of the message.
53 HelpMessageBody
54}
55
56// String implements the fmt.String interface.
57func (h *HelpMessage) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected