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

Function GetDeleteStatement

pkg/sql/ast/pool.go:609–611  ·  view source on GitHub ↗

GetDeleteStatement gets a DeleteStatement from the pool

()

Source from the content-addressed store, hash-verified

607
608// GetDeleteStatement gets a DeleteStatement from the pool
609func GetDeleteStatement() *DeleteStatement {
610 return deleteStmtPool.Get().(*DeleteStatement)
611}
612
613// PutDeleteStatement returns a DeleteStatement to the pool
614func PutDeleteStatement(stmt *DeleteStatement) {

Calls 1

GetMethod · 0.45

Tested by 3

TestDeleteStatementPoolFunction · 0.68