DBDiff\DB\Data\DistTableData::getIterator PHP Method

getIterator() public method

public getIterator ( $connection, $table )
    public function getIterator($connection, $table)
    {
        return new TableIterator($this->{$connection}, $table);
    }