final class PrimaryKeyAlteration
Restricted visibility: declared "@visibility ZtdQuery\Platform\MySql". Code outside that scope must not name this declaration.

Primary Key Alteration.

Methods§

public function applyAddPrimaryKey(CreateStatement $createStmt, AlterOperation $op): void

Apply Add Primary Key for the supplied MySQL input.

Parameters

$createStmtCreateStatement
$opAlterOperation
Test cases 1
Called from 1
Calls 6
public function applyDropPrimaryKey(CreateStatement $createStmt): void

Apply Drop Primary Key for the supplied MySQL input.

Parameters

$createStmtCreateStatement
Test cases 1
Called from 1
Calls 3

Test cases 9§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 7

Relations§

Instantiated in 2
Method calls 2