phprs\ezsql\rules\select\GetRule::get PHP Method

get() public method

Execute sql and get responses
public get ( PDO $db, $asDict = false, $errExce = true ) : array
$db PDO
$errExce whether throw exceptions
return array
    public function get($db, $asDict = false, $errExce = true)
    {
        return ExecImpl::get($this->context, $db, $asDict, $errExce);
    }