Bluz\Db\Query\AbstractBuilder::execute PHP Method

execute() public method

Execute this query using the bound parameters and their types
public execute ( ) : integer | string | array
return integer | string | array
    public function execute()
    {
        return Db::query($this->getSql(), $this->params, $this->types);
    }