PHP Class Storm\Drivers\Platforms\Base\PrimaryKeys\IndividualAutoIncrementGenerator

Inheritance: extends Storm\Drivers\Base\Relational\PrimaryKeys\PostIndividualInsertKeyGenerator, use trait AutoIncrementColumnGenerator
Afficher le fichier Open project: timetoogo/penumbra

Méthodes publiques

Méthode Description
FillPrimaryKey ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Row $UnkeyedRow )

Method Details

FillPrimaryKey() public méthode

public FillPrimaryKey ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Row $UnkeyedRow )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
$UnkeyedRow Storm\Core\Relational\Row