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

Method IsTemporary

postgres/parser/sem/tree/persistence.go:41–43  ·  view source on GitHub ↗

IsTemporary returns whether the Persistence value is Temporary.

()

Source from the content-addressed store, hash-verified

39
40// IsTemporary returns whether the Persistence value is Temporary.
41func (p Persistence) IsTemporary() bool {
42 return p == PersistenceTemporary
43}
44
45// IsUnlogged returns whether the Persistence value is Unlogged.
46func (p Persistence) IsUnlogged() bool {

Callers 2

nodeCreateSequenceFunction · 0.80
nodeCreateViewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected