Storm\Drivers\Platforms\PDO\Query::FetchRow PHP 메소드

FetchRow() 공개 메소드

public FetchRow ( )
    public function FetchRow()
    {
        return $this->Statement->fetch(\PDO::FETCH_ASSOC);
    }