classPrimaryColumns
final class PrimaryColumns
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.
Renders primary-key columns returned by the PostgreSQL catalog.
Methods§
public function columns(StatementInterface|false $statement): list<string>Renders the ordered primary-key column list, ignoring malformed metadata rows.
Parameters
$statement | StatementInterface|false |
Returns
list<string>Test cases 1
Called from 1
Calls 1
- function-call
is_stringline 27
Test cases 4§
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 3
PgSqlSessionFactoryTestcallsPgSqlSchemaReflectorTestcallsSchemaInitializerTestcalls