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

Inheritance: extends Storm\Drivers\Platforms\Base\Queries\StandardPersister
Datei anzeigen Open project: timetoogo/penumbra

Public Methods

Method Description
__construct ( $BatchSize = 1000 )

Protected Methods

Method Description
UpsertRowsQuery ( QueryBuilder $QueryBuilder, Table $Table, array $Rows, $ShouldReturnKeyData )

Method Details

UpsertRowsQuery() protected method

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 method

public __construct ( $BatchSize = 1000 )