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

Method StatementTag

postgres/parser/sem/tree/stmt.go:92–92  ·  view source on GitHub ↗

StatementTag is a short string identifying the type of statement (usually a single verb). This is different than the Stringer output, which is the actual statement (including args). TODO(dt): Currently tags are always pg-compatible in the future it might make sense to pass a tag format specifier.

()

Source from the content-addressed store, hash-verified

90 // TODO(dt): Currently tags are always pg-compatible in the future it
91 // might make sense to pass a tag format specifier.
92 StatementTag() string
93}
94
95// canModifySchema is to be implemented by statements that can modify

Callers 1

convertQueryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected