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

Inheritance: extends Storm\Drivers\Base\Relational\PrimaryKeys\PostIndividualInsertKeyGenerator, use trait AutoIncrementColumnGenerator
显示文件 Open project: timetoogo/penumbra

Public Methods

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

Method Details

FillPrimaryKey() public method

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