PHP Class Storm\Drivers\Platforms\SQLite\Queries\Persister

Inheritance: extends Storm\Drivers\Platforms\Base\Queries\StandardPersister
Afficher le fichier Open project: timetoogo/penumbra

Méthodes publiques

Méthode Description
__construct ( $BatchSize = 1000 )

Méthodes protégées

Méthode Description
UpsertRowsQuery ( QueryBuilder $QueryBuilder, Table $Table, array $Rows, $ShouldReturnKeyData )

Method Details

UpsertRowsQuery() protected méthode

protected UpsertRowsQuery ( QueryBuilder $QueryBuilder, Table $Table, array $Rows, $ShouldReturnKeyData )
$QueryBuilder Storm\Drivers\Base\Relational\Queries\QueryBuilder
$Table Storm\Drivers\Base\Relational\Table
$Rows array

__construct() public méthode

public __construct ( $BatchSize = 1000 )