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

Function NewCreateSequenceStatement

pkg/sql/ast/pool.go:1815–1817  ·  view source on GitHub ↗

NewCreateSequenceStatement retrieves a CreateSequenceStatement from the pool.

()

Source from the content-addressed store, hash-verified

1813
1814// NewCreateSequenceStatement retrieves a CreateSequenceStatement from the pool.
1815func NewCreateSequenceStatement() *CreateSequenceStatement {
1816 return createSequencePool.Get().(*CreateSequenceStatement)
1817}
1818
1819// ReleaseCreateSequenceStatement returns a CreateSequenceStatement to the pool.
1820func ReleaseCreateSequenceStatement(s *CreateSequenceStatement) {

Callers 2

Calls 1

GetMethod · 0.45

Tested by 1