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

Reads ALTER options and unparsed keywords using the parser's option semantics.

Methods§

public static function hasAny(OptionsArray $options, list<string> $keywords): bool

Parameters

$optionsOptionsArray
$keywordslist<string>

Returns

bool
Test cases 1
Called from 9
Calls 1
  • method-call OptionsArray::has() line 23
public static function unknownKeywords(AlterOperation $operation): list<string>

Parameters

$operationAlterOperation

Returns

list<string>
Test cases 1
Called from 1
Calls 3

Test cases 11§

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 9

Relations§

Static calls 10