classUpdateAssignmentExtractor
final class UpdateAssignmentExtractor
Implements the Update Assignment Extractor contract for MySQL.
Methods§
public function values(string $sql): list<string>Parameters
$sql | string |
Returns
list<string>Test cases 1
Called from 1
Calls 4
- static-call SqlTokenStream::tokenize() line 20
- static-call MySqlLexerProfile::create() line 20
- method-call AssignmentExpression::value() line 30
- new AssignmentExpression line 30
Test cases 8§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 1
Other tests reaching this symbol 7
MySqlSessionFactoryTestcallsMySqlRewriterTestcallsStatementRewriterTestcallsMySqlTransformerTestcallsUpdateTransformerTestcallsRowMutationResolverTestcallsMySqlMutationResolverTestcalls