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

$selectSqlstring

Returns

list<string>
Test cases 1
Called from 1
Calls 5
public function splitByTopLevelComma(string $str): list<string>

Parameters

$strstring

Returns

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

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

Relations§

Instantiated in 1
Method calls 1