Storm\Drivers\Platforms\Development\Logging\Query::FetchRow PHP Method

FetchRow() public method

public FetchRow ( )
    public function FetchRow()
    {
        $Start = microtime(true);
        $Result = $this->Query->FetchRow();
        $this->TimeSpentQuerying += microtime(true) - $Start;
        return $Result;
    }