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

TypeAlias EncodeFlags

pkg/sql/lex/encode.go:46–46  ·  view source on GitHub ↗

EncodeFlags influence the formatting of strings and identifiers.

Source from the content-addressed store, hash-verified

44
45// EncodeFlags influence the formatting of strings and identifiers.
46type EncodeFlags int
47
48// HasFlags tests whether the given flags are set.
49func (f EncodeFlags) HasFlags(subset EncodeFlags) bool {

Callers 1

EncodeFlagsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected