PHP Класс Storm\Drivers\Base\Relational\Queries\Persister

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PersistRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $RowsToPersist )
__construct ( $BatchSize = null )

Защищенные методы

Метод Описание
SaveRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $RowsWithoutPrimaryKey, array $RowsWithPrimaryKeys, ReturningDataKeyGenerator $ReturningDataKeyGenerator = null, PostIndividualInsertKeyGenerator $PostIndividualInsertKeyGenerator = null )

Описание методов

PersistRows() закрытый публичный Метод

final public PersistRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $RowsToPersist )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
$Table Storm\Drivers\Base\Relational\Table
$RowsToPersist array

SaveRows() абстрактный защищенный Метод

abstract protected SaveRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $RowsWithoutPrimaryKey, array $RowsWithPrimaryKeys, ReturningDataKeyGenerator $ReturningDataKeyGenerator = null, PostIndividualInsertKeyGenerator $PostIndividualInsertKeyGenerator = null )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
$Table Storm\Drivers\Base\Relational\Table
$RowsWithoutPrimaryKey array
$RowsWithPrimaryKeys array
$ReturningDataKeyGenerator Storm\Drivers\Base\Relational\PrimaryKeys\ReturningDataKeyGenerator
$PostIndividualInsertKeyGenerator Storm\Drivers\Base\Relational\PrimaryKeys\PostIndividualInsertKeyGenerator

__construct() публичный Метод

public __construct ( $BatchSize = null )