Storm\Drivers\Platforms\Base\Queries\InsertThenUpsertPersister::InsertRows PHP Method

InsertRows() abstract protected method

abstract protected InsertRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $Rows, ReturningDataKeyGenerator $ReturningDataKeyGenerator = null )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
$Table Storm\Drivers\Base\Relational\Table
$Rows array
$ReturningDataKeyGenerator Storm\Drivers\Base\Relational\PrimaryKeys\ReturningDataKeyGenerator
    protected abstract function InsertRows(IConnection $Connection, Table $Table, array $Rows, ReturningDataKeyGenerator $ReturningDataKeyGenerator = null);