Storm\Core\Relational\Database::LoadResultRowData PHP Method

LoadResultRowData() abstract protected method

This method should be implemented such that is returns the rows specified by the request from the underlying database.
abstract protected LoadResultRowData ( Request $Request ) : array[]
$Request Request The request to load
return array[] The loaded result rows data as an associative array indexed by column identifiers
    protected abstract function LoadResultRowData(Request $Request);