classTableColumns
final class TableColumns
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.
Table columns operations for PostgreSQL sampling.
Methods§
public function columns<T>(
string $tableName,
array<string, array<string, T>> $tables,
): list<string>Parameters
$tableName | string | |
$tables | array<string, array<string, T>> |
Returns
list<string>Test cases 1
Called from 1
Test cases 11§
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 10
PgSqlSessionFactoryTestcallsPgSqlRewriterTestcallsPgSqlTableSampleRewriterTestcallsStatementRewriterTestcallsDeleteTransformerTestcallsInsertTransformerTestcallsMergeTransformerTestcallsPgSqlTransformerTestcallsSelectTransformerTestcallsUpdateTransformerTestcalls