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