PHP 클래스 Storm\Drivers\Platforms\Base\PrimaryKeys\IndividualAutoIncrementGenerator

상속: extends Storm\Drivers\Base\Relational\PrimaryKeys\PostIndividualInsertKeyGenerator, use trait AutoIncrementColumnGenerator
파일 보기 프로젝트 열기: timetoogo/penumbra

공개 메소드들

메소드 설명
FillPrimaryKey ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Row $UnkeyedRow )

메소드 상세

FillPrimaryKey() 공개 메소드

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