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

TypeAlias EncodeFlags

postgres/parser/lex/encode.go:59–59  ·  view source on GitHub ↗

EncodeFlags influence the formatting of strings and identifiers.

Source from the content-addressed store, hash-verified

57
58// EncodeFlags influence the formatting of strings and identifiers.
59type EncodeFlags int
60
61// HasFlags tests whether the given flags are set.
62func (f EncodeFlags) HasFlags(subset EncodeFlags) bool {

Callers 1

EncodeFlagsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected