final class TargetTableParser
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

Extracts PostgreSQL DML target table names.

Methods§

public function extractInsertTable(string $sql): ?string
public function extractUpdateTable(string $sql): ?string
public function extractDeleteTable(string $sql): ?string

Test cases 22§

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

Dedicated tests 3
Other tests reaching this symbol 19

Relations§

Instantiated in 3
Method calls 3