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

InsertRowsIndividually() abstract protected method

abstract protected InsertRowsIndividually ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $Rows, PostIndividualInsertKeyGenerator $PostIndividualInsertKeyGenerator )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
$Table Storm\Drivers\Base\Relational\Table
$Rows array
$PostIndividualInsertKeyGenerator Storm\Drivers\Base\Relational\PrimaryKeys\PostIndividualInsertKeyGenerator
    protected abstract function InsertRowsIndividually(IConnection $Connection, Table $Table, array $Rows, PostIndividualInsertKeyGenerator $PostIndividualInsertKeyGenerator);