GDS\Store::query PHP Method

query() public method

Supported parameter types: String, Integer, DateTime, GDS\Entity
public query ( $str_query, array | null $arr_params = null )
$str_query
$arr_params array | null
    public function query($str_query, $arr_params = null)
    {
        $this->str_last_query = $str_query;
        $this->arr_last_params = $arr_params;
        $this->str_last_cursor = null;
        return $this;
    }