MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / NewDropSequenceStatement

Function NewDropSequenceStatement

pkg/sql/ast/pool.go:1826–1828  ·  view source on GitHub ↗

NewDropSequenceStatement retrieves a DropSequenceStatement from the pool.

()

Source from the content-addressed store, hash-verified

1824
1825// NewDropSequenceStatement retrieves a DropSequenceStatement from the pool.
1826func NewDropSequenceStatement() *DropSequenceStatement {
1827 return dropSequencePool.Get().(*DropSequenceStatement)
1828}
1829
1830// ReleaseDropSequenceStatement returns a DropSequenceStatement to the pool.
1831// Always call this with defer after parsing is complete.

Callers 1

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected