classSelectColumns
final class SelectColumns
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.
Select columns operations for PostgreSQL statement.
Methods§
public function extractSelectColumnNames(string $selectSql): list<string>Extract column names from a SELECT SQL string.
Parameters
$selectSql | string |
Returns
list<string>Test cases 1
Called from 1
public function splitByTopLevelComma(string $str): list<string>Parameters
$str | string |
Returns
list<string>Test cases 1
Called from 1
Calls 4
- function-call
strlenline 60 - static-call QuotedSpan::quotedLength() line 66
- function-call
substrline 66 - function-call
trimline 85
Test cases 7§
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 5
PgSqlSessionFactoryTestcallsPgSqlRewriterTestcallsStatementRewriterTestcallsTableMutationResolverTestcallsPgSqlMutationResolverTestcalls