classCopyTarget
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> $relationpublic non-empty-list<string> $columnsMethods§
public function __construct(
public non-empty-list<string> $relation,
public non-empty-list<string> $columns,
)Parameters
$relation | non-empty-list<string> | |
$columns | non-empty-list<string> |
Test cases 1
public function tableName(): stringTest cases 5§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 1
CopyTargetTest::testTableNameCarriesSemanticRelationAndColumnNamescovers and calls
Other tests reaching this symbol 4
Relations§
Type declarations 4
- type ZtdQuery\Platform\CopySupport packages/ztd-query-core/src/Platform/CopySupport.php:34
- type ZtdQuery\Platform\CopySupport packages/ztd-query-core/src/Platform/CopySupport.php:42
- type ZtdQuery\Platform\CopySupport packages/ztd-query-core/src/Platform/CopySupport.php:52
- type ZtdQuery\Session packages/ztd-query-core/src/Session.php:273