final class CopyTarget

What a COPY statement is written against.

The relation as it was named, which may be qualified, and the columns the rows carry in the order they carry them.

Properties§

public non-empty-list<string> $relation
public non-empty-list<string> $columns

Methods§

public function __construct(
    public non-empty-list<string> $relation,
    public non-empty-list<string> $columns,
)

Parameters

$relationnon-empty-list<string>
$columnsnon-empty-list<string>
Test cases 1
public function tableName(): string

Table name.

Returns

string
Test cases 3
Calls 1

Test cases 5§

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 4

Relations§

Type declarations 4