Pheasant\Database\Mysqli\SequencePool::clear PHP Method

clear() public method

Clears either the whole pool
public clear ( )
    public function clear()
    {
        $this->_connection->table(self::TABLE)->truncate();
        return $this;
    }