DboSource::fetchResult PHP Method

fetchResult() public method

Fetches the next row from the current result set
public fetchResult ( ) : boolean
return boolean
    public function fetchResult()
    {
        return false;
    }
DboSource